phpmyadmin登陆错误:The requested URL /phpmyadmin was not found on this serve
生活随笔
收集整理的这篇文章主要介绍了
phpmyadmin登陆错误:The requested URL /phpmyadmin was not found on this serve
小编觉得挺不错的,现在分享给大家,帮大家做个参考.
解决方法:
首先,重新安装apache2:
sudo dpkg-reconfigure -plow phpmyadmin
配置时记得选择apache2
如果仍然无法登陆,再对phpmyadmin和apache服务器软链接
sudo ln -s /etc/phpmyadmin/apache.conf /etc/apache2/ssites-enabled/phpmyadmin.confsudo /etc/init.d/apache2 restart
然后浏览器输入http://localhost/phpmyadmin/
登陆成功。
转载于:https://www.cnblogs.com/feiquan/p/10783339.html
总结
以上是生活随笔为你收集整理的phpmyadmin登陆错误:The requested URL /phpmyadmin was not found on this serve的全部内容,希望文章能够帮你解决所遇到的问题。
- 上一篇: laravel 记录sql语句
- 下一篇: phpstorm 不能自动打开上次的历史