How to deal with MySQL password forgotten

Source: Internet
Author: User
Solution to MySQL password forgetting: 1. Stop the mysql service. Open the command line window and stop mysql service: netstopmysql2. Start mysqlgenerally to install mysql. Find mysqld-nt.exe and execute: mysqld-nt -- skip-grant-tables. The current window will stop. 3. Open a command line window and enter

Solution to MySQL password forgetting: 1. Stop the mysql service. // Open the command line window and stop mysql service: Net stop mysql 2. Start mysql, usually to the installation path of mysql, find the mysqld-nt.exe to execute: mysqld-nt -- skip-grant-tables the current window will stop. 3. Open a command line window and enter

Solution to MySQL password forgetting:

1. Stop the mysql service. // Open the command line window and stop the mysql service: Net stop mysql

2. Start mysql, usually to the installation path of mysql, find the mysqld-nt.exe

Run: mysqld-nt -- skip-grant-tables. The current window will stop.

3. In addition, open a command line window, enter the BIN directory of the MYSQL installation location, and run mysql

4. Run the following command:

> Use mysql

> Update user set password = password ("new_password") where user = "root ";

> Flush privileges;

> Exit

6. Use Ctrl + Alt + Del to find the mysqld-nt process and kill it. After restarting the mysql-nt service, you can log on with the new password.

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.