easyphp - phpmyadmin没有连接到mysql服务器

时间:2012-12-13 20:05:16

标签: phpmyadmin easyphp

我刚刚安装了简单的php而phpmyadmin没有连接到mysql服务器。它会抛出一个错误,上面写着 - #1045 - 用户“root”@“localhost”拒绝访问。

我没有做任何设置或任何类型的更改。我刚刚安装并尝试打开phpmyadmin。配置文件看起来像这样 -

/* Authentication type */
$cfg['Servers'][$i]['auth_type'] = 'config';
/* Server parameters */
$cfg['Servers'][$i]['host'] = '127.0.0.1';
$cfg['Servers'][$i]['connect_type'] = 'tcp';
$cfg['Servers'][$i]['compress'] = false;
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = '';
$cfg['Servers'][$i]['hide_db'] = '(mysql|information_schema|performance_schema|phpmyadmin)';

/* Select mysqli if your server has it */
$cfg['Servers'][$i]['extension'] = 'mysqli';
$cfg['Servers'][$i]['AllowNoPassword'] = false;

这真令人讨厌..有人可以为此提供帮助。

由于

1 个答案:

答案 0 :(得分:0)

我也有这个问题。这是我的解决方法:下载并安装MySQL服务器,停止MySQL服务器服务并使用MySQL Workbench通过EasyPHP控制已安装的MySQL服务器。