MySQL ERROR 1045 (28000): Access denied for user 'root' @ 'localhost' (using password: NO,

Source: Internet
Author: User

MySQL ERROR 1045 (28000): Access denied for user 'root' @ 'localhost' (using password: NO,

MySQL ERROR 1045 (28000): Access denied for user 'root' @ 'localhost' (using password: NO) solution and cause

I downloaded MySQL5.7.11 for installation in the past two days and found that no matter how many times I entered the password for the first time, I couldn't even add skip-grant-tables under mysqld as I said on the Internet, after studying the problem for two days, I finally found out the cause and solution.

Copy codeThe Code is as follows:
[Mysqlld]
Skip-grant-tables;

Cause: Mysql 5.6 and later versions come from security considerations. The root password is not empty. Therefore, during MySQL installation, a random password is generated as the initial password.

Enter a random password.

The password is:

D: \ Program Files \ mysql-5.7.11-winx64 \ data

Including:


This is a random password. You can use the root account and the random password to log on.

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.