question about showing db and/or table size

2004-11-17 Thread Susan Ator
I know there must be a command line query to show the size of the
database or of specific tables. What is it? I've been unable to find
anything in the online manual (of course that presupposes I've been
looking in the right place).

Thanks,

Susan

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



RE: question about showing db and/or table size

2004-11-17 Thread Jay Blanchard
[snip]
I know there must be a command line query to show the size of the
database or of specific tables. What is it? I've been unable to find
anything in the online manual (of course that presupposes I've been
looking in the right place).
[/snip]

SHOW TABLE STATUS [FROM `table`]

http://dev.mysql.com/doc/mysql/en/SHOW_TABLE_STATUS.html

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