0

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.

Adrian Cid Almaguer
  • 7,815
  • 13
  • 41
  • 63
Teja
  • 837
  • 3
  • 14
  • 24
  • 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 Answers1

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