SHOW OPEN TABLES – what is in your table cache
One command, which few people realize exists is SHOW OPEN TABLES - it allows you to examine what tables do you have open right now:
-
mysql> SHOW open TABLES FROM test;
-
+----------+-------+--------+-------------+
-
| DATABASE | TABLE | In_use | Name_locked |
-
+----------+-------+--------+-------------+
-
| test | a | 3 | 0 |
-
+----------+-------+--------+-------------+
-
1 row IN SET (0.00 sec)











del.icio.us
digg