size (in KB) of table
Moderator: General Moderators
size (in KB) of table
I'm looking for the right query/php code to show the actual amount in KB of the data in a certain table/database.
there may be other ways, this is one that I've used with MySQL 3.23
SHOW TABLE STATUS
http://www.mysql.com/doc/en/SHOW_TABLE_STATUS.html
SHOW TABLE STATUS
http://www.mysql.com/doc/en/SHOW_TABLE_STATUS.html
