I can execute the following query to get the sizes of all the tables in a MySQL database:
show table status from myDatabaseName;
I want some help in understanding the results. I am looking for tables with the largest sizes.
Which column should I be looking at?