Page 1 of 1

size (in KB) of table

Posted: Sat Jan 25, 2003 7:38 pm
by phice
I'm looking for the right query/php code to show the actual amount in KB of the data in a certain table/database.

Posted: Sun Jan 26, 2003 3:55 pm
by Stoker
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

Posted: Tue Jan 28, 2003 5:11 am
by Johnm
Phice,
Were you able to figure this out? If not, I have a few ideas.


John M