使用本地IP不能访问Mysql的问题

来源:互联网 发布:java 回调函数观察者 编辑:程序博客网 时间:2024/06/05 14:30


insert into(Host,User,Password) values ('192.168.8.221',root,Password('111111'));

grant all privileges on *.* to root@localhost IDENTIFIED BY  '111111' with GRANT OPTION;

 FLUSH PRIVILEGES;