Windows (Mysql) Access denied for user ' root ' @ ' localhost ' (using password:yes) solution

Source: Internet
Author: User
Solution: 1. Add a line "Skip-grant-tables" at the end of the My.ini file to save and close the file. 2. Restart the MySQL service. 3, enter "Mysql-uroot-p" in the command line (do not enter a password), enter the database. 4, execute, "use MySQL;" Use the MySQL database. 5. Execute, "Update user set Password=password (" New password set by yourself ") where user= ' root '; (change root password)6, open the My.ini file, delete "Skip-grant-tables", save and close the file. 7. Restart the MySQL service. 8, enter "Mysql-uroot-prootadmin" in the command line, the problem is done! proven , successful solution

Windows (Mysql) Access denied for user ' root ' @ ' localhost ' (using password:yes) solution

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.