How to disable innodb in mysql?

回覆文章
yehlu
Site Admin
文章: 3244
註冊時間: 2004-04-15 17:20:21
來自: CodeCharge Support Engineer

How to disable innodb in mysql?

文章 yehlu »

http://stackoverflow.com/questions/1177 ... b-in-mysql

Add skip-innodb under [mysqld] in my.cnf and then restart the MySQL server

See mysql log file for the success using tail -100 log_file_name_with_full_path

Verify using following query:

SHOW ENGINES;
回覆文章

回到「MySQL」