MySQL设置可以远程连接

在MySQL命令行执行如下:

use mysql;
grant all privileges  on *.* to root@'%' identified by "password";
posted @ 2018-09-22 20:33  zifeiy  阅读(134)  评论(0编辑  收藏  举报