laravel 如何解决 laragon 上的 phpmyadmin 403?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/43616290/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
how can solve phpmyadmin 403 on laragon?
提问by Tusar Hasan
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:
我安装了 laragon.exe。启动所有服务后,apache 和 mysql 运行没有任何问题。但是当我编写 localhost/phpmyadmin 时,它给了我以下消息:
Forbidden
禁止的
You don't have permission to access /phpmyadmin on this server.
您无权访问此服务器上的 /phpmyadmin。
please help on this.Thanks in advance
请对此提供帮助。提前致谢
回答by Awolad Hossain
The latest Laragon have not included phpMyAdmin by default. So that you will not able to access localhost/phpmyadmin.
最新的 Laragon 默认没有包含 phpMyAdmin。这样您将无法访问 localhost/phpmyadmin。
Now if you want to use phpMyAdmin in Laragon please follow below steps:
现在,如果您想在 Laragon 中使用 phpMyAdmin,请按照以下步骤操作:
- Download latest phpMyAdmin zip from here
- Extract to path/to/laragon/etc/apps
- The folder name must be phpMyAdmin
- Restart Laragon and enjoy
- 从这里下载最新的 phpMyAdmin zip
- 解压到 path/to/laragon/etc/apps
- 文件夹名称必须是 phpMyAdmin
- 重新启动 Laragon 并享受