首页 > 数据库技术 > 详细

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

时间:2015-07-01 13:51:41      阅读:167      评论: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
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!