MySQL 7.11 Change Password error 1054 (42S22)

Source: Internet
Author: User
mysql> use MySQL;
Database changed
mysql> Update user Set Password=password (' 123456 ') where user= ' root ';
ERROR 1054 (42S22): Unknown column ' Password ' in ' Field list '
Mysql>

Night by this problem toss for a long time, finally found that window under this version of the MySQL password column is authentication_string, so the correct wording is:

Mysql>update Mysql.user Set Authentication_string=password (' 123456 ') where user= ' root ' and Host = ' localhost ';

Problem solving

MySQL 7.11 Change Password error 1054 (42S22)

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.