当前位置:Gxlcms > 数据库问题 > 暂时解决MySQL数据库无法利用远程工具连接

暂时解决MySQL数据库无法利用远程工具连接

时间:2021-07-01 10:21:17 帮助过:3人阅读

u root -p

第二步:

use mysql;

第三步:

select host from user where user=root;

第四步:

update user set host = % where user =root;

第五步:

flush privileges;

第六步:重启MySQL服务

暂时解决MySQL数据库无法利用远程工具连接

标签:

人气教程排行