• 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...

  • 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,...