实现MySQL远程连接(改表法)

实现MySQL远程连接(改表法)

1. use MySQL;

2. update user set host = '%' where user = 'root'; 这样在远端就可以通过root用户访问MySQL.

3.service mysqld restart

 

 

posted @ 2012-12-20 20:49  lycan785  阅读(186)  评论(0编辑  收藏  举报