MySQL forgot root password modification method

Source: Internet
Author: User

Install the MySQL installation bin directory first (for example: C:xxx\xxx\mysql\bin add environment variable)

1. Enter net stop MYSQL5 or net stop MySQL under the Command line window

2. Open a command-line window and enter
Mysqld-nt--skip-grant-tables;

3. Open a DOS window again, mysql-u root

4. Enter:

The code is as follows:
Use MySQL
Update user set Password=password ("New_pass") where user= "root";
Flush privileges;
Exit


5, use the Task Manager, find the MYSQLD-NT process, end the process

Then enter in the Command line window: Mysql-u root-p Enter

Enter the password that you just set, and find that it's ready to go.

MySQL forgot root password modification method

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.