MySQL forgot root password

Source: Internet
Author: User

1. Enter cmd into the command line window.

2, into the MySQL installation directory, such as my installation directory is C:\mysql, into the C:\mysql\bin;

3, skip permission check.

C:\mysql\bin>mysqld––skip-grant-tables.

4. Reopen a command-line window to enter C:\mysql\bin; (Close the running Mysqld.exe before this step).

5. Enter mysql-uroot-p appears in the new window input password:

Enter the carriage directly here without entering the password. The logon success message will then appear .

6. Use the command:

show databases;

7. Switch to MySQL database using the command:

Use MySQL;

8. Use the command to change the root password:

UPDATE user SET Password=password (' NewPassword ') where user= ' root ';

9. Refresh Permissions:

FLUSH privileges;

You can log in again .

MySQL forgot root 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.