how can solve phpmyadmin 403 on laragon? [closed]
Asked Answered
B

1

12

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

Biquadrate answered 25/4, 2017 at 16:32 Comment(1)
A simple Google search yielded this page.Provisional
M
52

The latest Laragon has not included the phpMyAdmin by default, so you will not be able to access localhost/phpmyadmin.

If you want to use phpMyAdmin in Laragon, please follow the below steps:

  1. Download the latest phpMyAdmin zip from here
  2. Extract to the path/to/laragon/etc/apps
  3. The folder name must be phpMyAdmin
  4. Restart Laragon and enjoy
Magnetism answered 25/4, 2017 at 16:43 Comment(3)
saved me a day :)Chelsiechelsy
If you need to give access from outside, don't forget to replace the lines "Require local" by Require all granted into the file alias\phpmyadmin.confBloodworth
Stills works like charm...Duane

© 2022 - 2024 — McMap. All rights reserved.