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? ???? ?? ?? ? ????. ? ???? ??? ?? ?????? ???? ??? ?? ?? ???? ??? ????? ????.
时间: 2024-10-24 23:13:04