解决:
update MySQL.user set authentication_string=password(‘123456‘) where user=‘root‘;
FLUSH PRIVILEGES;
技术交流群: 816227112
ERROR 1054 (42S22): Unknown column 'password' in 'field list'
原文地址:https://www.cnblogs.com/helloworld6379/p/11027505.html
时间: 2024-10-06 17:29:59