2
Good morning.
I’m trying to make a Mysql Workbench remote connection to my AWS cloud, where Phpmyadmin is installed, but I’m not getting it.
I’ve Googled this mistake but nothing effective.
Could you help me?
2
Good morning.
I’m trying to make a Mysql Workbench remote connection to my AWS cloud, where Phpmyadmin is installed, but I’m not getting it.
I’ve Googled this mistake but nothing effective.
Could you help me?
Browser other questions tagged mysql aws phpmyadmin
You are not signed in. Login or sign up in order to post.
Port 3306 is released in aws ?
– Roknauta
you are sure of the hostname?
– Luís Almeida
@Douglas, yes, you are.
– João Vitor
@Luísalmeida, I was doubtful about this, but I tried the localhost(127.0.0.1) and my domain, both presented this same error (10061).
– João Vitor
@John in the Amazon panel you will see the url.
– Roknauta
@João, that
hostname
should be the same as yourendpoint
the configuration of your Amazon RDS > BD Instances. copy and paste what is there.– Marcos Sousa
phpmyadmin is not a database, the database is mysql and phpmyadmin is a tool, mysql does not need phpmyadmin and Workbench does not communicate with phpmyadmin, I recommend this reading: http://answall.com/q/115691/3635
– Guilherme Nascimento