MySQL连接出错

ChenReal

MySQL连接出错:host 'localhost' is not allowed to connect to this mysql server

1、登陆MySQL Command line Client

2、mysql>update mysql.user set password = old_password('root') where user='root'

3、mysql>FLUSH PRIVILEGES

搞定!