MySQL无法远程连接

首先,登录mysql,输入命令:

use mysql

grant all privileges on *.* to root@"%" identified by "密码";

flush privileges;

root是账户名称

posted @ 2017-08-22 15:29  vitalq  阅读(103)  评论(0编辑  收藏  举报