0

Even when I set the security group to allow all traffic, the following error keeping showing. How should I set the security rules properly?

Warning: mysqli_connect(): (HY000/1130): Host '123.202.164.45' is not allowed to connect to this MySQL server in /Applications/XAMPP/xamppfiles/htdocs/data.php on line 16
Failed to connect to MySQL: Host '123.202.164.45' is not allowed to connect to this MySQL server
1
  • Question: From where are you trying to connect to the MySQL instance? Also, are you really running MySQL from an EC2 node, or instead is it running somewhere in RDS? Commented May 22, 2018 at 5:28

1 Answer 1

2

Solved, thanks! MySQL forbids remote login for the root account.

Sign up to request clarification or add additional context in comments.

1 Comment

Probably for the best.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.