Chinaunix首页 | 论坛 | 博客
  • 博客访问: 299059
  • 博文数量: 77
  • 博客积分: 394
  • 博客等级: 一等列兵
  • 技术积分: 562
  • 用 户 组: 普通用户
  • 注册时间: 2012-03-19 16:15
文章分类
文章存档

2015年(17)

2014年(1)

2012年(59)

分类: LINUX

2012-11-12 15:35:05

在安装phpmyadmin的时候,安装完毕通过浏览器访问()出现错误:
       The requested URL /phpMyAdmin was not found on this server.
该问题的解决方法是:

第一步:

  1. sudo dpkg-reconfigure -plow phpmyadmin 

Then select Apache 2 for the webserver you wish to configure.

第二步:

If this does not work, then you can do the following to include the phpMyadmin-shipped Apache configuration into Apache:

  1. sudo ln -s /etc/phpmyadmin/apache.conf /etc/apache2/conf.d/phpmyadmin.conf 
  2. sudo /etc/init.d/apache2 reload 

一般通过第一步重新选择apache2就能解决,如果不行,执行第二步的方法。

阅读(2228) | 评论(0) | 转发(0) |
0

上一篇:银行家算法——C语言

下一篇:动态网站

给主人留下些什么吧!~~