3

I got a lot MySQL error in some mysql_query in native WP functions, all of them in wp-includes/ folder.

MySQL server version is 5.5.42, and all table types are MyISAM.

MysqlError: Unknown storage engine 'InnoDB'

It is called in wp-db.php, rating.php, plugin.php, admin-header.php and index.php, last two files are in wp-admin/ folder.

Mureinik
  • 297,002
  • 52
  • 306
  • 350
Alan Kis
  • 1,790
  • 4
  • 24
  • 47

1 Answers1

2

Delete the innodb log files and try restarting your mysql services on the server. That will work ..

Jijo John
  • 1,375
  • 9
  • 21