[url]http://www.java1995.cn/article/640.html[/url]
MySQL远程连接服务器
mysql> grant all privileges on *.* to root@"%" identified by '0123456789' with grant option;
mysql> FLUSH PRIVILEGES
MySQL远程连接服务器
mysql> grant all privileges on *.* to root@"%" identified by '0123456789' with grant option;
mysql> FLUSH PRIVILEGES
821

被折叠的 条评论
为什么被折叠?



