Mysql connection error: 1130-host... is not allowed to connect to this MySql server how to handle, 1130-hostallowed

Source: Internet
Author: User

Mysql connection error: 1130-host... is not allowed to connect to this MySql server how to handle, 1130-hostallowed

This problem occurs because the user table in the mysql database on the database server does not have the permission (or even has no user). The following describes how to solve the problem.

An error occurred while connecting with Navicate after LNMP environment was set up.

When this problem occurs, connect to the mysql server for troubleshooting.

Connection server: mysql-u root-p

View all current databases: show databases;

Enter the mysql database: use mysql;

View all tables in the mysql database: show tables;

View data in the user table: select Host, User, Password from user;

Modify the Host in the user table: update user set Host = '%' where User = 'root ';

Last Refresh: flush privileges;

Test again in Navicate:

Reference: http://www.cnblogs.com/xyzdw/archive/2011/08/11/1095227.html;

For reprinting, please mark "reposted from http://www.cnblogs.com/big#/p/7629082.html" in the 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.