Page 1 of 1

Table sizes in K

Posted: Sun Jan 19, 2003 7:22 pm
by Gen-ik
I'm trying to find out how I can get the overall size of a Table in a MySQL Database.

I know that by running the mysql_query("DESCRIBE $table") you will get the following info for the $table..

Field Name
Type
Is Null?
Key
Default
Extra

..but I can't seem to find a way to get the size (total size of contents).

Does anyone who how to do this?

Thanks.