![]() |
MySQL Cannot start SSH tunnel manager??
When i try to open a connection to start querying i get this message:
Cannot Connect to Database Server Cannot start SSH tunnel manager Please: 1 Check that mysql is running on server 127.0.0.1 2 Check that mysql is running on port 3306 (note: 3306 is the default, but this can be changed) 3 Check the root has rights to connect to 127.0.0.1 from your address (mysql rights define what clients can connect to the server and from which machines) 4 Make sure you are both providing a password if needed and using the correct password for 127.0.0.1 connecting from the host address you're connecting from i hope somebody can help me. |
Hello,
How are you opening a connection? From MySQL console, MySQL WorkBench, another MySQL client? Are you connecting on the same host to localhost or from a remote client to this server? Did you check the options you pointed out? Kind regards, Eric |
I have the same problem.
I have installed mysql from http://www.hiawatha-webserver.org/ Every thing works fine when working through console, but when I try to create a new connection from "mysql workbench" I have got the error that: Quote:
|
Python Modules
Some Python Modules are missing.
Try install : paramiko and pycrypto Is good idea to had a symlink to python dir (if not already). |
Works for me Debian 6.0.5 squeeze
Works for me Debian 6.0.5 squeeze
After install workbench 5.2.43 rev 9869 from source i get the same error message. Cannot start SSH tunel Then i install: paramiko and pycrypto Works fine! Tks pedrohex |
| All times are GMT -5. The time now is 01:55 PM. |