摘要:
转自:http://blog.csdn.net/hunauchenym/article/details/6933038第一步:vim /etc/mysql/my.cnf找到bind-address = 127.0.0.1注释掉这行,如:#bind-address = 127.0.0.1或者改为:bind-address = 0.0.0.0允许任意IP访问;或者自己指定一个IP地址。重启 MySQL:sudo /etc/init.d/mysql restart第二步: 授权用户能进行远程连接grant all privileges on *.* to root@"%" ide 阅读全文
posted @ 2013-07-21 22:47
挽星
阅读(285)
评论(0)
推荐(0)

浙公网安备 33010602011771号