摘要:
1 use 数据库 2 -- InnoBD 批量转 MyISAM 注意: 数据库名需要 引号"" 3 select CONCAT('alter table ',table_name,' engine=MyISAM;') FROM information_schema.tables WHERE table_schema="数据库" AND ENGINE="InnoDB"; 4 5 -- MyI... 阅读全文
posted @ 2019-07-05 11:03
卿云烂兮
阅读(485)
评论(0)
推荐(0)

浙公网安备 33010602011771号