Code:
mysql> use monanet;
Database changed
mysql> show table status;
+------------------+--------+------------+------+----------------+-------------+-----------------+--------------+-----------+----------------+---------------------+---------------------+------------+----------------+---------------------------+
| Name | Type | Row_format | Rows | Avg_row_length | Data_length | Max_data_length | Index_length | Data_free | Auto_increment | Create_time | Update_time | Check_time | Create_options | Comment |
+------------------+--------+------------+------+----------------+-------------+-----------------+--------------+-----------+----------------+---------------------+---------------------+------------+----------------+---------------------------+
| banner | MyISAM | Fixed | 2 | 254 | 508 | 1090921693183 | 2048 | 0 | 4 | 2002-11-07 12:17:53 | 2002-11-07 12:18:05 | NULL | | |
| bundeslaender | MyISAM | Fixed | 9 | 18 | 162 | 77309411327 | 2048 | 0 | NULL | 2002-11-07 12:17:53 | 2002-11-07 12:18:05 | NULL | | |
~