3 messages in com.mysql.lists.mysqlget MySQL db size
FromSent OnAttachments
Li, Robert28 Feb 2002 22:23 
Victoria Reznichenko01 Mar 2002 02:03 
John Dean01 Mar 2002 03:00 
Subject:get MySQL db size
From:Victoria Reznichenko (vict@ensita.net)
Date:03/01/2002 02:03:39 AM
List:com.mysql.lists.mysql

Li, Friday, March 01, 2002, 8:23:33 AM, you wrote:

Leoen> Hi, all MySQL team Leoen> How can we get MySQL database size?

If you want to know the size of disk space used for database you should probably check the size of database directory in the datadir.

To know the table size you can use SHOW TABLE STATUS. Look at: http://www.mysql.com/doc/S/H/SHOW_TABLE_STATUS.html