mysql> show table status where name = 1356046; +---------+---------+---------+------------+--------+----------------+-------------+-----------------+--------------+-----------+----------------+---------------------+---------------------+------------+-------------------+----------+----------------+---------+ | Name | Engine | Version | Row_format | Rows | Avg_row_length | Data_length | Max_data_length | Index_length | Data_free | Auto_increment | Create_time | Update_time | Check_time | Collation | Checksum | Create_options | Comment | +---------+---------+---------+------------+--------+----------------+-------------+-----------------+--------------+-----------+----------------+---------------------+---------------------+------------+-------------------+----------+----------------+---------+ | 1356046 | ARCHIVE | 10 | Compressed | 117215 | 4217 | 3276627 | 494295655 | 0 | 0 | NULL | 2008-09-30 14:02:40 | 2008-09-30 14:02:40 | NULL | latin1_swedish_ci | NULL | | | +---------+---------+---------+------------+--------+----------------+-------------+-----------------+--------------+-----------+----------------+---------------------+---------------------+------------+-------------------+----------+----------------+---------+ 1 row in set (0.08 sec) mysql> show table status where name = 1356046; +---------+---------+---------+------------+--------+----------------+-------------+-----------------+--------------+-----------+----------------+---------------------+---------------------+------------+-------------------+----------+----------------+---------+ | Name | Engine | Version | Row_format | Rows | Avg_row_length | Data_length | Max_data_length | Index_length | Data_free | Auto_increment | Create_time | Update_time | Check_time | Collation | Checksum | Create_options | Comment | +---------+---------+---------+------------+--------+----------------+-------------+-----------------+--------------+-----------+----------------+---------------------+---------------------+------------+-------------------+----------+----------------+---------+ | 1356046 | ARCHIVE | 10 | Compressed | 117215 | 4217 | 3276647 | 494295655 | 0 | 0 | NULL | 2008-09-30 14:03:32 | 2008-09-30 14:03:32 | NULL | latin1_swedish_ci | NULL | | | +---------+---------+---------+------------+--------+----------------+-------------+-----------------+--------------+-----------+----------------+---------------------+---------------------+------------+-------------------+----------+----------------+---------+ 1 row in set (0.06 sec) mysql> show table status where name = 1356046; +---------+---------+---------+------------+--------+----------------+-------------+-----------------+--------------+-----------+----------------+---------------------+---------------------+------------+-------------------+----------+----------------+---------+ | Name | Engine | Version | Row_format | Rows | Avg_row_length | Data_length | Max_data_length | Index_length | Data_free | Auto_increment | Create_time | Update_time | Check_time | Collation | Checksum | Create_options | Comment | +---------+---------+---------+------------+--------+----------------+-------------+-----------------+--------------+-----------+----------------+---------------------+---------------------+------------+-------------------+----------+----------------+---------+ | 1356046 | ARCHIVE | 10 | Compressed | 117215 | 4217 | 3276667 | 494295655 | 0 | 0 | NULL | 2008-09-30 14:05:46 | 2008-09-30 14:05:46 | NULL | latin1_swedish_ci | NULL | | | +---------+---------+---------+------------+--------+----------------+-------------+-----------------+--------------+-----------+----------------+---------------------+---------------------+------------+-------------------+----------+----------------+---------+ 1 row in set (0.06 sec) mysql>