1
I am unable to connect to a user for remote access in my database. I already created the user, gave permission to access any ip ( % ) - ja dei permissões em cima do ip que estou usando e mesmo assim, apenas o erro : (2003) - Can t connect to Mysql (10060) aparece quando tentar conectar.
- I’ve shut down the firewall, checked the installation. Apparently everything ok.
Server is from Amazon - linux.
I tried to access mysql through ssh, but it returns the error (2002).
Anyone can help?
I suggest you read two links: http://stackoverflow.com/questions/9766014/connect-to-mysql-amazon-amazon-ec2-from-a-remote-server and also http://kylegoslin.wordpress.com/2012/05/18/109/ . If the two links do not resolve, warn them to take another look.
– Marcelo Bezerra bovino
If one of the answers helped you mark the best answer and vote for all that helped you. So you make sure that whoever wrote the answer gets something in return, in addition to making the site cleaner and more useful for everyone.
– Jorge B.
According to the previous answers, I think you should check the bind in my.cnf file and check if port 3306 is released in the instance’s security group.
– Ricardo Martins