拒绝访问phpMyAdmin

时间:2019-05-18 17:03:37

标签: mysql phpmyadmin

首次设置phpMyAdmin-如果不设置密码,则可以顺利进入phpMyAdmin网站,但是如果设置为要输入用户名和密码,则phpMyAdmin无法识别我的凭据。

我尝试正确设置config.inc.php文件中所需的凭据字段,但没有成功。

我在config.inc.php中的设置:

/* Authentication type */
$cfg['Servers'][$i]['auth_type'] = 'cookie';
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = 'emanuele';
/* Server parameters */
$cfg['Servers'][$i]['host'] = 'localhost';
$cfg['Servers'][$i]['compress'] = false;
$cfg['Servers'][$i]['AllowNoPassword'] = false;

我要输入用户名和密码才能登录,当我启动xampp并继续进行http://localhost/phpmyadmin/时,请确保输入正确的凭据,但目前无法登录。如果有帮助的话,这是我第一次使用phpmyadmin,并且直到现在,我在Mac上安装xampp,设置config.inc.php文件并通过xampp运行服务器的步骤都是如此。

我得到的错误如下:

Cannot log in to the MySQL Server
mysqli_real_connect(): (HY000/1045): Access denied for user 'root'@'localhost' (using password: YES)
Connection for controluser as defined in your configuration file failed
mysqli_real_connect(): (HY000/1045): Access denied for user 'root'@'localhost' (using password: YES)

0 个答案:

没有答案