Category Archives: MySQL

MySQL/General – Database + Index + Total Size

Ever need to find the Data+Index size for your DB?
Read more »

MySQL/Security – Cleaning up post-install

A default install of MySQL has anonymous users and root users with access via ‘%’ (all outside hosts) and a generally useless ‘test’ database.
Read more »