MYSQL ERROR 1045 (28000): Access denied for user ' neeky ' @ ' Nee ' (using Password:yes)

Source: Internet
Author: User

Case

Mysql-h 192.168.1.7-u Neeky-p would have been able to connect to the MySQL service,

But it will report the mistake. "ERROR 1045 (28000): Access denied for user ' neeky ' @ ' Nee ' (using Password:yes)"

Workaround

First step: Log in with the root user to change the host of the neeky corresponding row in the Mysql.user table to%

1, Mysql-uroot-p

2, use MySQL;

3. Update user Set host = '% ' where user = ' Neeky ';

Step two: Restart the MySQL service

1. net stop MySQL

2. net start MySQL

Summarize:

To here the problem is not solved, also said can use Neeky user login.

MYSQL ERROR 1045 (28000): Access denied for user ' neeky ' @ ' Nee ' (using Password:yes)

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.