ERROR 1054 (42S22): Unknown column 'password' in 'field list'

Posted helloworld6379

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ERROR 1054 (42S22): Unknown column 'password' in 'field list'相关的知识,希望对你有一定的参考价值。

 

技术图片

解决:

技术图片

 update mysql.user set authentication_string=password(‘123456‘) where user=‘root‘;

FLUSH PRIVILEGES; 

技术交流群: 816227112

以上是关于ERROR 1054 (42S22): Unknown column 'password' in 'field list'的主要内容,如果未能解决你的问题,请参考以下文章