在 ubuntu 14.04 中使用:

 > sudo apt-get install phpmyadmin

安装好 phpmyadmin 之后,打开 http://localhost/phpmyadmin ,不能访问,显示 404 Not Found,这不是逗我吗?

搜索一番解决该问题:

打开配置文件

 > sudo gedit /etc/apache2/apache2.conf

在最后添加一行:

  Include /etc/phpmyadmin/apache.conf

然后重启apche2

 > sudo service apache2 restart

参考:http://askubuntu.com/questions/55280/phpmyadmin-is-not-working-after-i-installed-it

 

 

相关文章:

  • 2021-09-02
  • 2022-12-23
  • 2021-06-27
  • 2021-08-10
  • 2021-04-08
  • 2021-12-20
  • 2021-09-22
  • 2021-09-12
猜你喜欢
  • 2021-08-13
  • 2022-12-23
  • 2021-05-24
  • 2021-11-07
  • 2022-12-23
  • 2022-02-01
  • 2021-09-11
相关资源
相似解决方案