|
Last updated: 06/09/2009
Sometimes you need to know some information about a table - like the table type, size, etc.
If you run this query (while using the database in question:
show table status like 'table name' \G
should result in something like this:
Name: machinery Engine: MyISAM Version: 10 Row_format: Dynamic Rows: 6481 Avg_row_length: 610 Data_length: 3955400 Max_data_length: 281474976710655 Index_length: 1024 Data_free: 0 Auto_increment: NULL Create_time: 2006-07-11 10:36:12 Update_time: 2006-07-18 14:15:11 Check_time: NULL Collation: latin1_swedish_ci Checksum: NULL Create_options: Comment:
blog comments powered by
|