This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mysql> show tables; | |
+---------------------+ | |
| Tables_in_impindata | | |
+---------------------+ | |
| countries | | |
| prioritycodes | | |
| sectors | | |
| stocks | | |
+---------------------+ | |
4 rows in set (0.00 sec) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mysql> SHOW ENGINE INNODB STATUS\G | |
*************************** 1. row *************************** | |
Status: | |
===================================== | |
120516 1:11:59 INNODB MONITOR OUTPUT | |
===================================== | |
Per second averages calculated from the last 41 seconds | |
---------- | |
SEMAPHORES | |
---------- |
NewerOlder