Table sizes in K
Posted: Sun Jan 19, 2003 7:22 pm
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.
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.