Posts under category 'wordpress'

Quickly retrieve size of all tables in a MySQL database

A friend ran into an issue with their Wordpress database becoming huge. First step was to figure out which table(s) was causing the issue. Doing an online search came up with this handy little MySQL query which returns the size in MB for all the tables in a database.

Read more…