MySQL crashes with InnoDB error

Problems with packages? Post here, using [tags] of the package name.

MySQL crashes with InnoDB error

Postby gatobait3 » Sat Sep 24, 2011 6:12 am

I found that MySQL would crash after a few days with InnoDB errors in the mysql error log. The InnoDB settings were off in the my.cnf file, and my DBs/Tables were created as MyISAM.

And, according to most MySQL documentation/Google searches, MyISAM is supposed to be the default engine setting.

But running "show engines\G;" from a mysql prompt showed that InnoDB was set as the DEFAULT DB engine. I stopped mysql and added this to my my.cnf file and restarted mysql:

default-storage-engine = MyISAM

Running "show engines\G;" now shows MyISAM as the DEFAULT engine type in MySQL, and I'm monitoring to see if this has corrected the issue.

Anyone else seen this issue?
gatobait3
 
Posts: 7
Joined: Tue Feb 22, 2011 5:27 am

Re: MySQL crashes with InnoDB error

Postby gatobait3 » Tue Nov 08, 2011 4:26 am

UPDATE: no mysql crashes since changing the engine to MyISAM ...
gatobait3
 
Posts: 7
Joined: Tue Feb 22, 2011 5:27 am

Re: MySQL crashes with InnoDB error

Postby tomcheng76 » Tue Nov 08, 2011 10:53 am

May be you need to set something for the low memory machine
http://bit.ly/tDDYR2
tomcheng76
 
Posts: 130
Joined: Mon Dec 13, 2010 11:24 am


Return to Packages

Who is online

Users browsing this forum: No registered users and 50 guests