What:
Do you want to remote access your mysql database?
How:
1. login mysql by root;
2. use mysql;
3. grant all privileges on *.* to root@"%" identified by "111111" with grant option;
4. /etc/init.d/mysql restart
5. connect your mysql on the other pc
阅读(552) | 评论(0) | 转发(0) |