1, SHOW VARIABLES LIKE \'storage_engine\';
2,show table status from 数据库库名 where name=\'表名\',例:
mysql> SHOW TABLE STATUS from mytest where Name=\'test\';
3,SHOW ENGINES\G
Engine: InnoDB
Support: DEFAULT
Comment: Percona-XtraDB, Supports transactions, row-level locking, and foreign keys
Transactions: YES
XA: YES
Savepoints: YES