I don't know why this error is happening when I try to connect by MySQL Workbench.
Cannot start SSH tunnel manager.
I'm using slackware 14.1 and installed all dependencies.
I don't know why this error is happening when I try to connect by MySQL Workbench.
I'm using slackware 14.1 and installed all dependencies. |
|||||||||||||||||||||
|
I do not have access to Slackware but I believe you need to install the Python binding/wrapper libraries for
If that doesn't resolve your issue there may be some packages missing/corrupt that require re-installation. Again this tip comes from that same thread I mentioned above and is directed towards Ubuntu, but may shed some light on what's wrong in your particular case.
|
|||
|
install packages pycrypto and paramiko, download in slackbuilds.org. |
|||||
|
Just came across this question. I ran into this problem on Fedora 20 and discovered, duhhhh, that I had installed the 32-bit version of mysql-workbench on 64-bit Fedora 20 instead of the 64-bit version. After uninstalling the 32-bit version:
and installing the 64-bit version instead
I fired it up and it worked no problems. No doubt you do have to have |
||||
|