码迷,mamicode.com
首页 > 数据库 > 详细

MySQL ??? ??(Heap, MyIsam, InnoDB...) ????

时间:2015-07-01 13:52:37      阅读:126      评论:0      收藏:0      [点我收藏+]

标签:

alter table ? ???? ??? ??? ???? ??(Heap, MyIsam, InnoDB...)? ???? ??? ???. ?? ??? ?? ??? ??? ?? ??? ?? ????? ???? ????.

[???? ?? ????]

??) alter table [????] type=[??? ???]

"??? ???"?? Heap, MyIsam, InnoDB ... ??? ????^^
??? MyIsam?? ??? mytable?? ???? ??? InnoDB? ???? ??? ????.

mysql> alter table mytable type=InnoDB;

? ?????? ???? "show create table" ???? ??? ?????.

mysql> show create table mytable;
.... ??
.... ??

) ENGINE=InnoDB DEFAULT CHARSET=euckr |

??? ?? ????? InnoDB? ???? ?? ?? ? ????. ? ???? ??? ?? ?????? ???? ??? ?? ?? ???? ??? ????? ????.

MySQL ??? ??(Heap, MyIsam, InnoDB...) ????

标签:

原文地址:http://www.cnblogs.com/jweb/p/4612790.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!