Why can't I change the password of MySQL database under Wamp server environment?

Source: Internet
Author: User

Each time this console, do not enter the password can be used directly, with the root login is not. Changing the root password will not change. Confused?

After a constant attempt to finally find a solution:

1, add skip-grant-tables at the end of MySQL config file My.ini, save, restart MySQL

2, direct no password login MySQL

3, typing command: use MySQL

4,update user SET Password=password ("New password") WHERE user= ' username ';

5, see the prompt changes successfully, remove My.ini end of skip-grant-tables, restart MySQL database

6, enter the password just changed login success, the original empty password has been unable to use.

Why can't I change the password of MySQL database under Wamp server environment?

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.