MySQL设置可以远程连接

在MySQL命令行执行如下:

use mysql;
grant all privileges  on *.* to root@'%' identified by "password";

猜你喜欢

转载自www.cnblogs.com/zifeiy/p/9691090.html