mysql数据库引擎切换

mysql5.1版本之后:

ALTER TABLE t1 ENGINE = InnoDB;

mysql5.1版本之前:

alter table kcb type = InnoDB;

你可能感兴趣的:(mysql数据库引擎切换)