How to disable innodb?
How to disable innodb?
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?
Any idea?
Re: How to disable innodb?
What operating system and mysql version on your server ?
-
- Posts: 24
- Joined: Sat Jul 05, 2014 11:27 pm
Re: How to disable innodb?
have the same problem
i use centos6 64bit
i use centos6 64bit
Re: How to disable innodb?
in the /etc/my.cnf try add this parameters
and then
Code: Select all
skip-innodb
default-storage-engine=MyISAM
Code: Select all
service mysqld restart
-
- Posts: 24
- Joined: Sat Jul 05, 2014 11:27 pm
Re: How to disable innodb?
roundcube fails after this....imperio wrote:in the /etc/my.cnf try add this parametersand thenCode: Select all
skip-innodb default-storage-engine=MyISAM
Code: Select all
service mysqld restart