Why is skip-innodb causing mysql crash even after changing tables to myisam?
Posted
by Chris
on Server Fault
See other posts from Server Fault
or by Chris
Published on 2010-06-12T04:16:12Z
Indexed on
2010/06/12
4:23 UTC
Read the original article
Hit count: 291
I am on a VPS, so I am trying to conserve memory. Across all my databases, I had a total of 5 innodb tables; I converted them all to myisam. However, even after triple-checking to make sure I had no more innodb tables, I am still crashing when I use skip-innodb in my.cnf.
© Server Fault or respective owner