Unknown column 'password' in 'field list'

因爲MySQL5.7版本沒有password這個字段了,password字段改成了authentication_string,所以會出現 Unknown column 'password' in 'field list'這個錯誤提示 解決方法: 在cmd登陸你的MySQL,然後輸入update mysql.user set authentication_string=password('****'
相關文章
相關標籤/搜索