...

Installing the Python-MySQL (MySQLdb) connector using the Yum package manager and easy_install

You’ll notice if you try to just do this: sudo easy_install MySQL-python You’ll get some errors. That’s because you’re probably missing...

...

Backing up and restoring databases and tables in MySQL

My extreme laziness combined with my terrible memory means that I have to look up the backup/restore commands for MySQL almost every time I do it....