LINUX.ORG.RU
ФорумAdmin

mysql не стартует

 


0

1

170717 06:34:45 mysqld_safe mysqld from pid file /var/lib/mysql/two.com.pid ended
170717 06:34:52 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
2017-07-17 6:34:52 140689235400736 [Note] /usr/sbin/mysqld (mysqld 10.1.21-MariaDB) starting as process 29549 ...
2017-07-17 6:34:52 140689235400736 [Note] InnoDB: Using mutexes to ref count buffer pool pages
2017-07-17 6:34:52 140689235400736 [Note] InnoDB: The InnoDB memory heap is disabled
2017-07-17 6:34:52 140689235400736 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
2017-07-17 6:34:52 140689235400736 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier
2017-07-17 6:34:52 140689235400736 [Note] InnoDB: Compressed tables use zlib 1.2.3
2017-07-17 6:34:52 140689235400736 [Note] InnoDB: Using Linux native AIO
2017-07-17 6:34:52 140689235400736 [Note] InnoDB: Using SSE crc32 instructions
2017-07-17 6:34:52 140689235400736 [Note] InnoDB: Initializing buffer pool, size = 128.0M
2017-07-17 6:34:52 140689235400736 [Note] InnoDB: Completed initialization of buffer pool
2017-07-17 6:34:52 140689235400736 [ERROR] InnoDB: Only one log file found.
2017-07-17 6:34:52 140689235400736 [ERROR] Plugin 'InnoDB' init function returned error.
2017-07-17 6:34:52 140689235400736 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
2017-07-17 6:34:52 140689235400736 [Note] Plugin 'FEEDBACK' is disabled.
2017-07-17 6:34:52 140689235400736 [ERROR] Unknown/unsupported storage engine: InnoDB
2017-07-17 6:34:52 140689235400736 [ERROR] Aborting

пробовал это https://support.plesk.com/hc/en-us/articles/213398969-Unable-to-start-MySQL-s...

что еще можно сделать?

https://mariadb.com/kb/en/mariadb/using-innodb-instead-of-xtradb/

By default MariaDB 10.1 and earlier releases come compiled with XtraDB as the default InnoDB replacement. From MariaDB 10.2, InnoDB is the default.

To use the InnoDB plugin instead of XtraDB you can add to your my.cnf file:

[mysqld]
ignore_builtin_innodb
plugin_load=ha_innodb.so
# The following should not be needed if you are using a mariadb package:
plugin_dir=/usr/local/mysql/lib/mysql/plugin
Samsky
()
Ответ на: комментарий от SevikL

без них стартует но с ошибкой

innodb cannot open table from the internal data dictionary of innodb though the .frm

kommersant ★★
() автор топика
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.