use mysql;update user set host = '%' where user = 'root';FLUSH PRIVILEGES;
"Host is not allowed to connect to this MySQL server"
use mysql;update user set host = '%' where user = 'root';
FLUSH PRIVILEGES;
"Host is not allowed to connect to this MySQL server"
转载于:https://www.cnblogs.com/8386blogs/p/8454190.html
4381
526
172

被折叠的 条评论
为什么被折叠?