我正在試圖將Innodb作爲默認引擎,並在my.cnf文件中對此進行了更改。如何使innodb成爲默認引擎
我在my.cnf文件中設置了default-storage-engine = InnoDB並重新啓動了mysql,但仍然沒有接受它。
即使重新啓動服務器,它仍然將默認引擎顯示爲MyISAM。
顯示引擎
+ ------------ + --------- + -
|引擎|支持|
+ ------------ + --------- + -
| InnoDB |是|
| MRG_MYISAM |是|
|黑洞|是|
| CSV |是|
| MEMORY |是|
| FEDERATED | NO |
|存檔|是|
| MyISAM |默認 |
+ ------------ + --------- + -
如何將其更改爲InnoDB?
你可以試試default-storage-engine = innobase? – AndreKR 2010-11-16 22:07:45
default-storage-engine = innobase - 沒有它沒有工作.. – user476554 2010-11-16 22:30:41
@ user476554 - 檢查你用來連接到mysql的完整命令,或者顯示像'%engine%'這樣的變量;' – ajreal 2010-11-16 22:33:59