A
A
Alexander Petrov2016-02-20 10:22:38
MySQL
Alexander Petrov, 2016-02-20 10:22:38

How to deal with Unknown table engine 'InnoDB' error?

Friends! Help who than can!
I worked with sites as always, and suddenly this:
Unknown table engine 'InnoDB'
what to do with it?
when I go through phpmyadmin, I can not connect to any table.
Ruby on rails site, launched via passenger.
Help, please! I'm in panic!

Answer the question

In order to leave comments, you need to log in

2 answer(s)
I
Igor, 2016-02-20
@Mirkom63

And check if there is a skip-innodb in the config

A
Alexey P, 2016-02-20
@ruddy22

/etc/init.d/mysql stop
mv /var/lib/mysql/ib_logfile0 /var/lib/mysql/ib_logfile0.bak
mv /var/lib/mysql/ib_logfile1 /var/lib/mysql/ib_logfile1.bak
/etc/ init.d/mysql start
Try this

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question