输入banner图图片脚本导航/分类

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

u root -p

第二步:

use mysql;

第三步:

select host from user where user=root;

第四步:

update user set host = % where user =root;

第五步:

flush privileges;

第六步:重启MySQL服务

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

标签: