Re: show table status command in MySQL

2001-04-30 Thread Basil Hussain
Hi, > For show table status command in MySQL, which field is indicate the > table size? Or, Which command is to find out the database size. The 'Data_length' field in the SHOW TABLE STATUS output will tell you how big the data is (in bytes). Bear in mind this doesn't give

show table status command in MySQL

2001-04-29 Thread Mark Lo \(3\)
Hi, For show table status command in MySQL, which field is indicate the table size? Or, Which command is to find out the database size. Thanks in advance mark - Before posting, please check: http://www.mysql.com