How to disable innodb in mysql?
發表於 : 2017-03-18 16:33:34
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;
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;