数据库 MySql1 指令 1 mysql; 2 use test; 3 show tables; 4 show create table user; 5 show engines;(引擎):有的支持事务,有的不支持。