解决:
update MySQL.user set authentication_string=password('123456') where user='root';
FLUSH PRIVILEGES;
技术交流群: 816227112
解决:
update MySQL.user set authentication_string=password('123456') where user='root';
FLUSH PRIVILEGES;
技术交流群: 816227112
转载于:https://www.cnblogs.com/helloworld6379/p/11027505.html