om/数据库/mysql/查表搜索引擎.md

227 B

SELECT table_name, table_type, engine FROM information_schema.tables WHERE table_schema = 'frp_xiongbang' and engine !='InnoDB' ORDER BY table_name DESC;





ALTER TABLE `f_purchase_consult_line` ENGINE = InnoDB;