MySQL forgot password

Source: Internet
Author: User

Sometimes suddenly forget the MySQL password will be really uncomfortable, here is a MySQL password forgot to reset the password method, operating system Win8,mysql version:5.6.10

1 shut down the Mysql.exe,mysqld.exe process inside the task manager;

2 Open cmd window in MySQL installed folder (shift+ right button)

Enter the Mysqld–skip-grant-tables as follows:


It probably means skipping the authorization form.

3 Landing

At this time the login password is empty, so enter password when the direct return to the line. The results are as follows:


4 Change Password

Update Mysql.user set Password=password (' xxx ') where user = ' root ';

The following are the specific examples:


5 Refresh

After modifying the password, remember to refresh or wait until the next login or the password before the program, refresh the sentence:

Flush privileges;

6 restart

Close Mysql,mysqld, and then restart.

MySQL forgot password

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.