Tag: mysql
Python3 – PyMySQL installation
pyMySQL github: https://github.com/PyMySQL/PyMySQL click: [download ZIP] unzip 123cd ~/Downloads/PyMySQL-master sudo apt-get install python3-setuptools sudo python3 setup.py install !! All Done !! 12python3 import pymysql If no errors come up then … Read More
SequelPro – SSH connection errors on OSX 10.11 El Capitan
As of OSX 10.11 El Capitan – previously created mysql connections over SSH have stopped working. If the settings worked before, DON’T CHANGE THEM! Upgrade to SequelPro 1.1 – which … Read More