导航

安装PHPMyAdmin 3.3.10

Posted on 2012-12-28 21:02  eastson  阅读(261)  评论(0编辑  收藏  举报

1. 下载最新的PHPMyAdmin版本。
2. 解压下载的文件到apache/htdocs目录下。
3. 复制config.sample.inc.php到config.inc.php。
4. 将下面的内容加入到config.inc.php:

$cfg['Servers'][$i]['AllowNoPassword'] = true;
$cfg['Servers'][$i]['host'] = '127.0.0.1';
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = '';
$cfg['Servers'][$i]['auth_type'] = 'config';