Posts about 'Mysql'
-
Mar 12, 2014
Checkout out your DB tables
I was doing some DB work today and wanted to be able to sort all DB tables based on the date they were created. Turns out you can do some...
-
Apr 26, 2011
Talking to mysql from Python on Mac OS X 10.6
image by Sam PullaraHere's a problem I couldn't solve with Google, although it seems to be a moving target so YMMV. I wanted to do some work driving a MySQL...
-
Jul 30, 2010
Couple of mysql tips
Wondering what the heck is going on on your mysql DB?show processlist ;Shows you all the active threads, which is very handy indeed. It shows what each thread is doing,...