Page 1 of 1

How to disable innodb?

Posted: Wed Aug 06, 2014 6:14 am
by marl
I tied adding it but mysql wont start. I also tried what was said here http://serverfault.com/questions/447527 ... esnt-start but still the same.

Any idea?

Re: How to disable innodb?

Posted: Sun Aug 17, 2014 11:15 am
by imperio
What operating system and mysql version on your server ?

Re: How to disable innodb?

Posted: Sat Aug 30, 2014 11:54 pm
by mishra.amitkr
have the same problem

i use centos6 64bit

Re: How to disable innodb?

Posted: Mon Sep 01, 2014 10:08 pm
by imperio
in the /etc/my.cnf try add this parameters

Code: Select all

skip-innodb
default-storage-engine=MyISAM
and then

Code: Select all

service mysqld restart

Re: How to disable innodb?

Posted: Tue Sep 02, 2014 10:18 pm
by mishra.amitkr
imperio wrote:in the /etc/my.cnf try add this parameters

Code: Select all

skip-innodb
default-storage-engine=MyISAM
and then

Code: Select all

service mysqld restart
roundcube fails after this....