(help, patience and mercy... begginer lost haha)
-Ok heres the deal, im trying to connect a EC2 Instance to MySQL throught SSH in MySQL Worckbrench
-I set up the configurations this way
SSH Hostname: My Public DNS
SSH Username: ec2-user
and the keyfile of instance
MySQL Hostname: 127.0.0.1
MySQL Serverport: 3306
Username: root
(This last part was leave it as default)
-When i try to connect it pop's up this error:
"Failed to Connect to MySQL at 127.00.1:3306 through SSH tunnel at my server dns whit user root Lost connection to MySQL server at "reading initial communication packet", system error: 0
-I find some posible solution, but i dont know if they dont work for my case or i just get them wrong
-The most ussual solution suggest to change the bind addres of the SQL my.ini from 127.0.0.1 to 0.0.0.0 but in the 5.6 version of MySQL The default address is al ready set 0.0.0.0. (http://dev.mysql.com/doc/refman/5.1/en/server-options.html) and i cant even find the bind addres section in my.ini
I find everything in order in my EC2 server and i can conncet via ssh throught the comand, so i guess the ssh configuration is in order too
What im missing?