Unknown storage engine 'InnoDB'
-
Hi guys,
First time posting so bear with me.
I installed WP 4.0 for a client about 3 weeks back and everything was smooth sailing until this morning when we starting getting 500/501/502/504 errors.
MySQL was down for a time and then it came back up.
I tried the website and it said there might be a database problem.
Logged into MySQL and ran a repair and got this:
[authors_wrdp2.wp_commentmeta] Error: Unknown storage engine ‘InnoDB’
[authors_wrdp2.wp_commentmeta] error: Corrupt
[authors_wrdp2.wp_comments] Error: Unknown storage engine ‘InnoDB’
[authors_wrdp2.wp_comments] error: Corrupt
[authors_wrdp2.wp_links] Error: Unknown storage engine ‘InnoDB’
[authors_wrdp2.wp_links] error: Corrupt
[authors_wrdp2.wp_options] Error: Unknown storage engine ‘InnoDB’
[authors_wrdp2.wp_options] error: Corrupt
[authors_wrdp2.wp_postmeta] Error: Unknown storage engine ‘InnoDB’
[authors_wrdp2.wp_postmeta] error: Corrupt
[authors_wrdp2.wp_posts] Error: Unknown storage engine ‘InnoDB’
[authors_wrdp2.wp_posts] error: Corrupt
[authors_wrdp2.wp_statpress] status: OK
[authors_wrdp2.wp_term_relationships] Error: Unknown storage engine ‘InnoDB’
[authors_wrdp2.wp_term_relationships] error: Corrupt
[authors_wrdp2.wp_term_taxonomy] Error: Unknown storage engine ‘InnoDB’
[authors_wrdp2.wp_term_taxonomy] error: Corrupt
[authors_wrdp2.wp_terms] Error: Unknown storage engine ‘InnoDB’
[authors_wrdp2.wp_terms] error: Corrupt
[authors_wrdp2.wp_usermeta] Error: Unknown storage engine ‘InnoDB’
[authors_wrdp2.wp_usermeta] error: Corrupt
[authors_wrdp2.wp_users] Error: Unknown storage engine ‘InnoDB’
[authors_wrdp2.wp_users] error: CorruptI went to /wp-admin and it’s asking me to install WP again, went through the steps and gives me this long laundry list of error messages that begins like this:
WordPress database error: [Unknown storage engine ‘InnoDB’]
CREATE TABLE wp_users ( ID bigint(20) unsigned NOT NULL auto_increment, user_login varchar(60) NOT NULL default ”, user_pass varchar(64) NOT NULL default ”, user_nicename varchar(50) NOT NULL default ”, user_email varchar(100) NOT NULL default ”, user_url varchar(100) NOT NULL default ”, user_registered datetime NOT NULL default ‘0000-00-00 00:00:00’, user_activation_key varchar(60) NOT NULL default ”, user_status int(11) NOT NULL default ‘0’, display_name varchar(250) NOT NULL default ”, PRIMARY KEY (ID), KEY user_login_key (user_login), KEY user_nicename (user_nicename) ) DEFAULT CHARACTER SET utf8It gets to the end and says: here’s your username and click continue and it loops thru the install.
You can see it over here
Any way to save the database or am I starting from scratch?
Thanks for the help!
- The topic ‘Unknown storage engine 'InnoDB'’ is closed to new replies.