如何改变数据库存储引擎

更改数据库存储引擎 1:查看系统支持的存储引擎 > show engines; 2:查看表使用的存储引擎: > show table status from `databases_name` where name = 'table_name'; > show create table `table_name`; 3:修改表引擎 > alter table `table_name` engine =
相关文章
相关标签/搜索