tlx-tlx 发表于 2009-9-1 14:35:39

bugfree中输入http://localhost/PhpMyAdmin/

提示:“用户名/密码错误,访问被拒绝。”怎么办。

gaobugu 发表于 2009-9-2 17:00:58

打开phpmyadmin的安装目录,打开config.inc.php,找到
/* Authentication type and info */
$cfg['Servers'][$i]['auth_type'] = 'config';
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = '';
$cfg['Servers'][$i]['extension'] = 'mysql';
输入正确的User和password就可以了

[ 本帖最后由 gaobugu 于 2009-9-2 17:12 编辑 ]
页: [1]
查看完整版本: bugfree中输入http://localhost/PhpMyAdmin/