A
A
Alexander Petrov2015-10-05 18:14:12
MySQL
Alexander Petrov, 2015-10-05 18:14:12

What is the error when starting mysql?

When starting mysql, it gives the following error (or what is it?)
[email protected]:~# service mysql restart
stop: Unknown instance:
mysql start/running, process 6228
when I go to the site, this error appears:
[Bitrix\Main\DB\SqlQueryException]
Mysql query error: Unknown storage engine 'InnoDB' (400)
SELECT o.SITE_ID, o.MODULE_ID, o.NAME, o.VALUE FROM b_option o
site on Bitrix if anything.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
E
evnuh, 2015-10-05
@evnuh

lmgtfy.com/?q=Unknown+storage+engine+%27InnoDB%27

mysql> show variables like 'have_innodb';
+---------------+-------+
| Variable_name | Value |
+---------------+-------+
| have_innodb   | YES   |
+---------------+-------+
1 row in set (0.00 sec)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question