Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how can solve phpmyadmin 403 on laragon? [closed]

I installed laragon.exe.After start all services, the apache and mysql run without any problem.But when I write localhost/phpmyadmin it gives me below messages:

Forbidden

You don't have permission to access /phpmyadmin on this server.

please help on this.Thanks in advance

like image 669
Tusar Hasan Avatar asked Nov 28 '22 07:11

Tusar Hasan


1 Answers

The latest Laragon have not included phpMyAdmin by default. So that you will not able to access localhost/phpmyadmin.

Now if you want to use phpMyAdmin in Laragon please follow below steps:

  1. Download latest phpMyAdmin zip from here
  2. Extract to path/to/laragon/etc/apps
  3. The folder name must be phpMyAdmin
  4. Restart Laragon and enjoy
like image 83
Awolad Hossain Avatar answered Dec 05 '22 02:12

Awolad Hossain