MySQL Cheat Sheet
Create new database for each webapp/environment:
Get approximate disk usage by table in your database:
See what table engine (MyISAM, InnoDB) each of your database tables is using:
Create new database for each webapp/environment:
Get approximate disk usage by table in your database:
See what table engine (MyISAM, InnoDB) each of your database tables is using: