The error "not allowed to connect, mysqlallowed" is returned when MYSQL rejects access.

Source: Internet
Author: User

The error "not allowed to connect, mysqlallowed" is returned when MYSQL rejects access.

Mysql reports the following error,

Message from server: "Host '****' is not allowed to connect to this MySQL server

1: log on to the mysql server

2: Run: grant all privileges on *. * TO 'root' @ '%' with grant option // GRANT data access permissions TO any host

3: flush privileges // The modification takes effect.

In this way, you can log on to any other host as the root user!


Server connection error Host 'xxx' is not allowed to connect to this MySQL server

Host 'local' is not allowed to connect to this MySQL server typical remote permission issues.
The crux of the problem is that MySQL does not have the permission to enable remote logon.
It depends on the system used by your server, such as linux or Windows. This solution is different. You can search for it online and there are a lot of materials to solve the problem.
Solution for linux: www.xkzzz.com/...5.html
Solution in Windows: faq.comsenz.com/viewnews-140

How can I solve the mysql error code 1130? Errot: Host "localhost" is not allowed to connect to this mysql server

Mysql does not grant permissions to your local machine.
 

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.