答案 0 :(得分:2)
您需要通过defaut配置您的phpmyadmin凭据尝试此操作,它可能会工作
Try username = root and password is blank.
您还可以将此行添加到/etc/phpmyadmin/config.inc.php文件中:$ cfg ['Servers' ] [$ i] ['AllowNoPassword'] = TRUE;
在Windows上,您将在phpmyadmin安装下找到此文件。 (我把它留给了下一个好奇的linux用户)
答案 1 :(得分:1)
您已为phpMyAdmin设置了"control user"。但是这个帐户在MySQL用户凭证中不存在。因此,要么在phpMyAdmin配置文件中禁用控制用户,要么在MySQL中设置用户帐户,并确保在phpMyAdmin配置中匹配凭据。
phpMyAdmin's configuration storage需要控制用户。 phpMyAdmin工作得很好,但不太舒服。