标签:
登陆mysql,执行下列sql语句
use mysql;
update user set host=‘%‘ where user = ‘root‘;
flush privileges;
mysql只能localhost连接,解决不允许其他机器去访问
原文地址:http://my.oschina.net/thysir/blog/476046