MySQL库本身操作命令
查看数据库的存储引擎
show variables like '%storage_engine%'
查看表自身的存储引擎
show create table iotwater_deviceInfo
查看数据库本身的版本
show version();
看mysql已提供什么存储引擎
show engines;
show variables like '%storage_engine%'
show create table iotwater_deviceInfo
show version();
show engines;