运行mysqladmin flush-hosts时出错

时间:2013-08-07 07:22:33

标签: mysql

试图运行

mysqladmin flush-hosts 

为了释放阻止但是 得到了这个错误:

error: 'Access denied for user 'root'@'localhost' (using password: NO)'

我该如何正确运行?

1 个答案:

答案 0 :(得分:3)

您必须登录,然后输入flush hosts

user@host:~$ mysql -uroot -p

然后键入pass,并命令:

mysql> flush hosts;
Query OK, 0 rows affected (0.00 sec)