I am unable to connect the mysql in aws from my local system.I had added MYSQL rule in security groups (TCP) and port:3306.Even though I am not able to access that.
Asked
Active
Viewed 45 times
0
-
Is OS firewall open? Is MySQL service up? Can you SSH into that instance? What is the error that you get when you try to connect? Does `netstat` show that mysql is listening?... – Dusan Bajic Aug 17 '16 at 07:43
1 Answers
0
Check out your config mysql file in /etc/mysql/my.cnf and be sure that the mysql server accepts incoming connections. More detalis: How to allow remote connection to mysql

Community
- 1
- 1