mysql> show table status like 'テーブル名';



テーブル名が test-table だとしたら、


mysql> show table status like 'test-table';



で、テーブルの内容が表示される。