There are situations when you need to update the python-paramiko
library that is bundled with MySQL Workbench. This may be
because you prefer
using the latest cutting edge versions, are just curious, or you
can’t wait for a new Workbench version.
To update, first download the latest python-paramiko release from
https://github.com/paramiko/paramiko/releases.
After downloading and extracting the archive, you’ll see a
paramiko folder inside of the extracted folder. This folder needs
to be copied into the appropriate MySQL Workbench folder on the
system.
* For Windows, this location is usually
WB_INSTALLDIR/python/site-packages/paramiko
* For OS X, this will be
/Applications/MySQLWorkbench.app/Contents/Resources/Libraries/paramiko
* For Linux, you should use your repository manager (yum,
apt-get, etc.), but …
[Read more]