Mysql forgot password _ MySQL

Source: Internet
Author: User
Sometimes it is really uncomfortable to suddenly forget the MySQL password. here is a method to reset the password when the MySQL password is forgotten. in the operating system win8, MySqlversion: 56101, close mysqlexe in the task manager, mysqldexe process; 2 sometimes it is really uncomfortable to suddenly forget the MySQL password in the MySQL installation folder. here we will introduce a method for resetting the password when the MySQL password is forgotten, operating system win8, MySql version: 5.6.10

1. shut down the mysql.exeand mysqld.exe process in the task manager;

2. open the cmd window (shift + right-click) in the MySQL installation folder)

Enter mysqld-skip-grant-tables as follows:


This probably means skipping the authorization table.

3 Login

At this time, the login password is blank, so press Enter directly when entering the password. The result is as follows:


4. change the password

Update mysql. user set password = password ('XXX') where user = 'root ';

The details are as follows:


5. refresh

After changing the password, remember to refresh the password. Otherwise, wait until the program is closed and the password is logged on again. refresh the password in one sentence:

Flush privileges;

6. restart

Close mysql, mysqld, and restart.

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.