MySQL Workbench: "Can't connect to MySQL server on 127.0.0.1' (10061)" error -
MySQL Workbench: "Can't connect to MySQL server on 127.0.0.1' (10061)" error -
i apologise.. know question has been asked many times before, i've tried lots of suggestions, , can't find solution.
the problem: have mysql database running on hosted server. have utilize ssh connect it, , have relevant public , private key files.
i want utilize pc version of mysql workbench, access database, running queries, checking data, etc.
if run sequel pro on mac, connects fine, , can browse , query database. no problems.
if run trial version of sqlyog on pc, connects fine. no problems.
but if seek connect utilize mysql's own "mysql workbench" application, using same settings , ssh private key file, refuses connect, throwing well-known error:
can't connect mysql server on 127.0.0.1' (10061)
i find frustrating, as, in sql workbench, specified "mysql hostname" use, db01.mysql.vm.myhostingserver.net, workbench seems ignore it, , demand connect 127.0.0.1 instead.
(i have read workbench says needs public key file, means private key file... , have tried both. i've tried mysql workbench on mac, crashed on place, when typing in server names , passwords.. mess !!)
the hosting service i've gone gives me limited permissions changing mysql settings, , given sequel pro , sqlyog can connect successfully, don't want start messing , changing things randomly.
any ideas...?
maybe not allowed start service "mysql 55". set login info of service "mysql 55" local!
to see list of aviable services in windows 7:
open run box typeservices.msc
, press return. find service mysql55
a right click of mysql55 local service shows properties -> log on mysql mysql-workbench
Comments
Post a Comment