MySQL Forums
Forum List  »  Newbie

Re: Need Help - Troubleshoot Connection Problems
Posted by: Peter Brawley
Date: August 30, 2015 07:52PM

> Unknown table engine 'InnoDB'

The InnoDB engine is ferkakta. You'll need to find the error message (not just a warning message) in mysqld.err (or whatever it's called in your installation) that reports the fatal error that disables the engine when MySQL starts up.

Change the my.cnf innodb_buffer_pool setting to about 70% of available RAM, ie 1400M if the VPS is dedicated to MySQL. But the present problem is deeper than that, and you need to start with the error file.

Options: ReplyQuote


Subject
Written By
Posted
Re: Need Help - Troubleshoot Connection Problems
August 30, 2015 07:52PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.