Posts

Showing posts with the label mysql

Mysql Command Pages Links

http://www.pantz.org/software/mysql/mysqlcommands.html  ( thank pantz )

Deal with mysql_config not found while installing mysql-python

sudo apt-get install mysql sudo apt-get install libmysqlclient-dev then pip install mysql-python ref http://stackoverflow.com/questions/7475223/mysql-config-not-found-when-installing-mysqldb-python-interface