实现MySQL远程连接(改表法)
1. use MySQL;
2. update user set host = '%' where user = 'root'; 这样在远端就可以通过root用户访问MySQL.
3.service mysqld restart