Jaspreet Singh wrote:
Hi,

I am trying to compute the MySQL db size using "show table status"
command. It gives me the size of .MYD and .MIY files, but not .frm which
is typically 12k (using 4.1.9 version of MySQL)

Qus 1. is there any way to deterministically compute the value of .frm
file

using a command line tool should do this.

Usually, .frm table definition files are negligible to the size of
the actual database.

Qus 2. Is there any other way to compute the db size (other than disk
quota).


du -s mysql_data_directory

Regards,

Josh

--
Josh Chamas
Director, Professional Services
MySQL Inc., www.mysql.com
Get More with MySQL!  www.mysql.com/consulting

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to