I am new to AWS RDS. I have created RDS instance.But i dont know, how can i connect this DB. I tried like this
mysql -h awsinstanamehere.rds.amazonaws.com -P 3306 -u username -p
After i entered password and i am getting some error like this
ERROR 2003 (HY000): Can't connect to MySQL server on 'awsinstanamehere.rds.amazonaws.com' (110)
Need to set any security setting in AWS console?
Note: I want to import tables for that DB
Thanks