mysqld: Process is stopped

AhrimanSefid

Verified User
Joined
Nov 2, 2016
Messages
19
Hi
Why?

Server Information :
Code:
Processor Name	Intel(R) Xeon(R) CPU E3-1271 v3 @ 3.60GHz
Vendor ID	GenuineIntel
Processor Speed (MHz)	3987.140
Total Memory	32508484 kB

Code:
[mysqldump]
quick
max_allowed_packet = 16M

[client]
port = 3306
#socket = /var/lib/mysql/mysql.sock

[mysqld]
port = 3306
#socket = /var/lib/mysql/mysql.sock

local-infile=0
innodb_file_per_table

query_cache_limit = 2M
query_cache_size = 8M
query_cache_type = 1
query_prealloc_size = 163840
query_alloc_block_size = 32768
sort_buffer_size = 2M
read_rnd_buffer_size = 256K
tmp_table_size = 16M
max_heap_table_size = 16M
thread_cache_size = 8
table_open_cache = 400
performance_schema
performance_schema_events_waits_history_size=20
performance_schema_events_waits_history_long_size=15000
innodb_buffer_pool_size = 170M
innodb_log_file_size =64M


user                           = mysql
default-storage-engine         = InnoDB
socket                         = /var/lib/mysql/mysql.sock
pid-file                       = /var/lib/mysql/mysql.pid

# MyISAM #
key-buffer-size                = 32M
myisam-recover                 = FORCE,BACKUP

# SAFETY #
max-allowed-packet             = 16M
max-connect-errors             = 1000000

# DATA STORAGE #
datadir                        = /var/lib/mysql/

# BINARY LOGGING #
log-bin                        = /var/lib/mysql/mysql-bin
expire-logs-days               = 14
sync-binlog                    = 1

# CACHES AND LIMITS #
tmp-table-size                 = 32M
max-heap-table-size            = 32M
query-cache-type               = 0
query-cache-size               = 0
max-connections                = 500
thread-cache-size              = 50
open-files-limit               = 65535
table-definition-cache         = 4096
table-open-cache               = 10240

# INNODB #
innodb-flush-method            = O_DIRECT
innodb-log-files-in-group      = 2
innodb-log-file-size           = 512M
innodb-flush-log-at-trx-commit = 1
innodb-file-per-table          = 1
innodb-buffer-pool-size        = 20G

# LOGGING #
log-error                      = /var/lib/mysql/mysql-error.log
log-queries-not-using-indexes  = 1
slow-query-log                 = 1
slow-query-log-file            = /var/lib/mysql/mysql-slow.log
 
Also - make sure you have these two files:

log-error = /var/lib/mysql/mysql-error.log
slow-query-log-file = /var/lib/mysql/mysql-slow.log

If one of them is missing, mysqld won't start. Usually mysql-slow.log is not created (I guess you enabled it manually). Do this:

touch /var/lib/mysql/mysql-slow.log

then start mysqld
 
not work.
/etc/init.d/mysql restart


170214 11:14:33 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql/
170214 11:14:33 InnoDB: The InnoDB memory heap is disabled
170214 11:14:33 InnoDB: Mutexes and rw_locks use GCC atomic builtins
170214 11:14:33 InnoDB: Compressed tables use zlib 1.2.7
170214 11:14:33 InnoDB: Using Linux native AIO
170214 11:14:33 InnoDB: Initializing buffer pool, size = 20.0G
170214 11:14:35 InnoDB: Completed initialization of buffer pool
InnoDB: Error: log file ./ib_logfile0 is of different size 0 5242880 bytes
InnoDB: than specified in the .cnf file 0 536870912 bytes!
InnoDB: Possible causes for this error:
(a) Incorrect log file is used or log file size is changed
(b) In case default size is used this log file is from 10.0
(c) Log file is corrupted or there was not enough disk space
In case (b) you need to set innodb_log_file_size = 48M
170214 11:14:35 [ERROR] Plugin 'InnoDB' init function returned error.
170214 11:14:35 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
170214 11:14:35 [Note] Plugin 'FEEDBACK' is disabled.
170214 11:14:35 [ERROR] Unknown/unsupported storage engine: InnoDB
170214 11:14:35 [ERROR] Aborting

170214 11:14:35 [Note] /usr/sbin/mysqld: Shutdown complete

170214 11:14:35 mysqld_safe mysqld from pid file /var/lib/mysql/mysql.pid ended
170214 11:14:57 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql/
170214 11:14:57 InnoDB: The InnoDB memory heap is disabled
170214 11:14:57 InnoDB: Mutexes and rw_locks use GCC atomic builtins
170214 11:14:57 InnoDB: Compressed tables use zlib 1.2.7
170214 11:14:57 InnoDB: Using Linux native AIO
170214 11:14:57 InnoDB: Initializing buffer pool, size = 20.0G
170214 11:14:59 InnoDB: Completed initialization of buffer pool
InnoDB: Error: log file ./ib_logfile0 is of different size 0 5242880 bytes
InnoDB: than specified in the .cnf file 0 536870912 bytes!
InnoDB: Possible causes for this error:
(a) Incorrect log file is used or log file size is changed
(b) In case default size is used this log file is from 10.0
(c) Log file is corrupted or there was not enough disk space
In case (b) you need to set innodb_log_file_size = 48M
170214 11:14:59 [ERROR] Plugin 'InnoDB' init function returned error.
170214 11:14:59 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
170214 11:14:59 [Note] Plugin 'FEEDBACK' is disabled.
170214 11:14:59 [ERROR] Unknown/unsupported storage engine: InnoDB
170214 11:14:59 [ERROR] Aborting

170214 11:14:59 [Note] /usr/sbin/mysqld: Shutdown complete

170214 11:14:59 mysqld_safe mysqld from pid file /var/lib/mysql/mysql.pid ended
170214 11:15:01 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql/
170214 11:15:01 InnoDB: The InnoDB memory heap is disabled
170214 11:15:01 InnoDB: Mutexes and rw_locks use GCC atomic builtins
170214 11:15:01 InnoDB: Compressed tables use zlib 1.2.7
170214 11:15:01 InnoDB: Using Linux native AIO
170214 11:15:01 InnoDB: Initializing buffer pool, size = 20.0G
170214 11:15:02 InnoDB: Completed initialization of buffer pool
InnoDB: Error: log file ./ib_logfile0 is of different size 0 5242880 bytes
InnoDB: than specified in the .cnf file 0 536870912 bytes!
InnoDB: Possible causes for this error:
(a) Incorrect log file is used or log file size is changed
(b) In case default size is used this log file is from 10.0
(c) Log file is corrupted or there was not enough disk space
In case (b) you need to set innodb_log_file_size = 48M
170214 11:15:02 [ERROR] Plugin 'InnoDB' init function returned error.
170214 11:15:02 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
170214 11:15:02 [Note] Plugin 'FEEDBACK' is disabled.
170214 11:15:02 [ERROR] Unknown/unsupported storage engine: InnoDB
170214 11:15:02 [ERROR] Aborting

170214 11:15:03 [Note] /usr/sbin/mysqld: Shutdown complete

170214 11:15:03 mysqld_safe mysqld from pid file /var/lib/mysql/mysql.pid ended
170214 11:15:06 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql/
170214 11:15:06 InnoDB: The InnoDB memory heap is disabled
170214 11:15:06 InnoDB: Mutexes and rw_locks use GCC atomic builtins
170214 11:15:06 InnoDB: Compressed tables use zlib 1.2.7
170214 11:15:06 InnoDB: Using Linux native AIO
170214 11:15:06 InnoDB: Initializing buffer pool, size = 20.0G
170214 11:15:07 InnoDB: Completed initialization of buffer pool
InnoDB: Error: log file ./ib_logfile0 is of different size 0 5242880 bytes
InnoDB: than specified in the .cnf file 0 536870912 bytes!
InnoDB: Possible causes for this error:
(a) Incorrect log file is used or log file size is changed
(b) In case default size is used this log file is from 10.0
(c) Log file is corrupted or there was not enough disk space
In case (b) you need to set innodb_log_file_size = 48M
170214 11:15:07 [ERROR] Plugin 'InnoDB' init function returned error.
170214 11:15:07 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
170214 11:15:07 [Note] Plugin 'FEEDBACK' is disabled.
170214 11:15:07 [ERROR] Unknown/unsupported storage engine: InnoDB
170214 11:15:07 [ERROR] Aborting

170214 11:15:08 [Note] /usr/sbin/mysqld: Shutdown complete

170214 11:15:08 mysqld_safe mysqld from pid file /var/lib/mysql/mysql.pid ended
170214 11:16:02 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql/
170214 11:16:02 InnoDB: The InnoDB memory heap is disabled
170214 11:16:02 InnoDB: Mutexes and rw_locks use GCC atomic builtins
170214 11:16:02 InnoDB: Compressed tables use zlib 1.2.7
170214 11:16:02 InnoDB: Using Linux native AIO
170214 11:16:02 InnoDB: Initializing buffer pool, size = 20.0G
170214 11:16:03 InnoDB: Completed initialization of buffer pool
InnoDB: Error: log file ./ib_logfile0 is of different size 0 5242880 bytes
InnoDB: than specified in the .cnf file 0 536870912 bytes!
InnoDB: Possible causes for this error:
(a) Incorrect log file is used or log file size is changed
(b) In case default size is used this log file is from 10.0
(c) Log file is corrupted or there was not enough disk space
In case (b) you need to set innodb_log_file_size = 48M
170214 11:16:03 [ERROR] Plugin 'InnoDB' init function returned error.
170214 11:16:03 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
170214 11:16:03 [Note] Plugin 'FEEDBACK' is disabled.
170214 11:16:03 [ERROR] Unknown/unsupported storage engine: InnoDB
170214 11:16:03 [ERROR] Aborting

170214 11:16:03 [Note] /usr/sbin/mysqld: Shutdown complete

170214 11:16:03 mysqld_safe mysqld from pid file /var/lib/mysql/mysql.pid ended
170214 11:16:07 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql/
170214 11:16:07 InnoDB: The InnoDB memory heap is disabled
170214 11:16:07 InnoDB: Mutexes and rw_locks use GCC atomic builtins
170214 11:16:07 InnoDB: Compressed tables use zlib 1.2.7
170214 11:16:07 InnoDB: Using Linux native AIO
170214 11:16:07 InnoDB: Initializing buffer pool, size = 20.0G
170214 11:16:08 InnoDB: Completed initialization of buffer pool
InnoDB: Error: log file ./ib_logfile0 is of different size 0 5242880 bytes
InnoDB: than specified in the .cnf file 0 536870912 bytes!
InnoDB: Possible causes for this error:
(a) Incorrect log file is used or log file size is changed
(b) In case default size is used this log file is from 10.0
(c) Log file is corrupted or there was not enough disk space
In case (b) you need to set innodb_log_file_size = 48M
170214 11:16:08 [ERROR] Plugin 'InnoDB' init function returned error.
170214 11:16:08 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
170214 11:16:08 [Note] Plugin 'FEEDBACK' is disabled.
170214 11:16:08 [ERROR] Unknown/unsupported storage engine: InnoDB
170214 11:16:08 [ERROR] Aborting

170214 11:16:08 [Note] /usr/sbin/mysqld: Shutdown complete

170214 11:16:08 mysqld_safe mysqld from pid file /var/lib/mysql/mysql.pid ended
170214 11:17:01 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql/
170214 11:17:01 InnoDB: The InnoDB memory heap is disabled
170214 11:17:01 InnoDB: Mutexes and rw_locks use GCC atomic builtins
170214 11:17:01 InnoDB: Compressed tables use zlib 1.2.7
170214 11:17:01 InnoDB: Using Linux native AIO
170214 11:17:01 InnoDB: Initializing buffer pool, size = 20.0G
170214 11:17:02 InnoDB: Completed initialization of buffer pool
InnoDB: Error: log file ./ib_logfile0 is of different size 0 5242880 bytes
InnoDB: than specified in the .cnf file 0 536870912 bytes!
InnoDB: Possible causes for this error:
(a) Incorrect log file is used or log file size is changed
(b) In case default size is used this log file is from 10.0
(c) Log file is corrupted or there was not enough disk space
In case (b) you need to set innodb_log_file_size = 48M
170214 11:17:02 [ERROR] Plugin 'InnoDB' init function returned error.
170214 11:17:02 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
170214 11:17:02 [Note] Plugin 'FEEDBACK' is disabled.
170214 11:17:02 [ERROR] Unknown/unsupported storage engine: InnoDB
170214 11:17:02 [ERROR] Aborting

170214 11:17:02 [Note] /usr/sbin/mysqld: Shutdown complete

170214 11:17:02 mysqld_safe mysqld from pid file /var/lib/mysql/mysql.pid ended
170214 11:17:06 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql/
170214 11:17:06 InnoDB: The InnoDB memory heap is disabled
170214 11:17:06 InnoDB: Mutexes and rw_locks use GCC atomic builtins
170214 11:17:06 InnoDB: Compressed tables use zlib 1.2.7
170214 11:17:06 InnoDB: Using Linux native AIO
170214 11:17:06 InnoDB: Initializing buffer pool, size = 20.0G
170214 11:17:07 InnoDB: Completed initialization of buffer pool
InnoDB: Error: log file ./ib_logfile0 is of different size 0 5242880 bytes
InnoDB: than specified in the .cnf file 0 536870912 bytes!
InnoDB: Possible causes for this error:
(a) Incorrect log file is used or log file size is changed
(b) In case default size is used this log file is from 10.0
(c) Log file is corrupted or there was not enough disk space
In case (b) you need to set innodb_log_file_size = 48M
170214 11:17:07 [ERROR] Plugin 'InnoDB' init function returned error.
170214 11:17:07 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
170214 11:17:07 [Note] Plugin 'FEEDBACK' is disabled.
170214 11:17:07 [ERROR] Unknown/unsupported storage engine: InnoDB
170214 11:17:07 [ERROR] Aborting

170214 11:17:07 [Note] /usr/sbin/mysqld: Shutdown complete

170214 11:17:07 mysqld_safe mysqld from pid file /var/lib/mysql/mysql.pid ended
170214 11:18:01 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql/
170214 11:18:01 InnoDB: The InnoDB memory heap is disabled
170214 11:18:01 InnoDB: Mutexes and rw_locks use GCC atomic builtins
170214 11:18:01 InnoDB: Compressed tables use zlib 1.2.7
170214 11:18:01 InnoDB: Using Linux native AIO
170214 11:18:01 InnoDB: Initializing buffer pool, size = 20.0G
170214 11:18:02 InnoDB: Completed initialization of buffer pool
InnoDB: Error: log file ./ib_logfile0 is of different size 0 5242880 bytes
InnoDB: than specified in the .cnf file 0 536870912 bytes!
InnoDB: Possible causes for this error:
(a) Incorrect log file is used or log file size is changed
(b) In case default size is used this log file is from 10.0
(c) Log file is corrupted or there was not enough disk space
In case (b) you need to set innodb_log_file_size = 48M
170214 11:18:02 [ERROR] Plugin 'InnoDB' init function returned error.
170214 11:18:02 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
170214 11:18:02 [Note] Plugin 'FEEDBACK' is disabled.
170214 11:18:02 [ERROR] Unknown/unsupported storage engine: InnoDB
170214 11:18:02 [ERROR] Aborting

170214 11:18:02 [Note] /usr/sbin/mysqld: Shutdown complete

170214 11:18:03 mysqld_safe mysqld from pid file /var/lib/mysql/mysql.pid ended
170214 11:18:06 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql/
170214 11:18:06 InnoDB: The InnoDB memory heap is disabled
170214 11:18:06 InnoDB: Mutexes and rw_locks use GCC atomic builtins
170214 11:18:06 InnoDB: Compressed tables use zlib 1.2.7
170214 11:18:06 InnoDB: Using Linux native AIO
170214 11:18:06 InnoDB: Initializing buffer pool, size = 20.0G
170214 11:18:07 InnoDB: Completed initialization of buffer pool
InnoDB: Error: log file ./ib_logfile0 is of different size 0 5242880 bytes
InnoDB: than specified in the .cnf file 0 536870912 bytes!
InnoDB: Possible causes for this error:
(a) Incorrect log file is used or log file size is changed
(b) In case default size is used this log file is from 10.0
(c) Log file is corrupted or there was not enough disk space
In case (b) you need to set innodb_log_file_size = 48M
170214 11:18:07 [ERROR] Plugin 'InnoDB' init function returned error.
170214 11:18:07 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
170214 11:18:07 [Note] Plugin 'FEEDBACK' is disabled.
170214 11:18:07 [ERROR] Unknown/unsupported storage engine: InnoDB
170214 11:18:07 [ERROR] Aborting

170214 11:18:07 [Note] /usr/sbin/mysqld: Shutdown complete

170214 11:18:08 mysqld_safe mysqld from pid file /var/lib/mysql/mysql.pid ended
170214 11:19:01 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql/
170214 11:19:01 InnoDB: The InnoDB memory heap is disabled
170214 11:19:01 InnoDB: Mutexes and rw_locks use GCC atomic builtins
170214 11:19:01 InnoDB: Compressed tables use zlib 1.2.7
170214 11:19:01 InnoDB: Using Linux native AIO
170214 11:19:01 InnoDB: Initializing buffer pool, size = 20.0G
170214 11:19:02 InnoDB: Completed initialization of buffer pool
InnoDB: Error: log file ./ib_logfile0 is of different size 0 5242880 bytes
InnoDB: than specified in the .cnf file 0 536870912 bytes!
InnoDB: Possible causes for this error:
(a) Incorrect log file is used or log file size is changed
(b) In case default size is used this log file is from 10.0
(c) Log file is corrupted or there was not enough disk space
In case (b) you need to set innodb_log_file_size = 48M
170214 11:19:02 [ERROR] Plugin 'InnoDB' init function returned error.
170214 11:19:02 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
170214 11:19:03 [Note] Plugin 'FEEDBACK' is disabled.
170214 11:19:03 [ERROR] Unknown/unsupported storage engine: InnoDB
170214 11:19:03 [ERROR] Aborting

170214 11:19:03 [Note] /usr/sbin/mysqld: Shutdown complete

170214 11:19:03 mysqld_safe mysqld from pid file /var/lib/mysql/mysql.pid ended
170214 11:19:06 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql/
170214 11:19:06 InnoDB: The InnoDB memory heap is disabled
170214 11:19:06 InnoDB: Mutexes and rw_locks use GCC atomic builtins
170214 11:19:06 InnoDB: Compressed tables use zlib 1.2.7
170214 11:19:06 InnoDB: Using Linux native AIO
170214 11:19:06 InnoDB: Initializing buffer pool, size = 20.0G
170214 11:19:07 InnoDB: Completed initialization of buffer pool
InnoDB: Error: log file ./ib_logfile0 is of different size 0 5242880 bytes
InnoDB: than specified in the .cnf file 0 536870912 bytes!
InnoDB: Possible causes for this error:
(a) Incorrect log file is used or log file size is changed
(b) In case default size is used this log file is from 10.0
(c) Log file is corrupted or there was not enough disk space
In case (b) you need to set innodb_log_file_size = 48M
170214 11:19:08 [ERROR] Plugin 'InnoDB' init function returned error.
170214 11:19:08 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
170214 11:19:08 [Note] Plugin 'FEEDBACK' is disabled.
170214 11:19:08 [ERROR] Unknown/unsupported storage engine: InnoDB
170214 11:19:08 [ERROR] Aborting

170214 11:19:08 [Note] /usr/sbin/mysqld: Shutdown complete

170214 11:19:08 mysqld_safe mysqld from pid file /var/lib/mysql/mysql.pid ended
170214 11:20:01 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql/
170214 11:20:01 InnoDB: The InnoDB memory heap is disabled
170214 11:20:01 InnoDB: Mutexes and rw_locks use GCC atomic builtins
170214 11:20:01 InnoDB: Compressed tables use zlib 1.2.7
170214 11:20:01 InnoDB: Using Linux native AIO
170214 11:20:01 InnoDB: Initializing buffer pool, size = 20.0G
170214 11:20:03 InnoDB: Completed initialization of buffer pool
InnoDB: Error: log file ./ib_logfile0 is of different size 0 5242880 bytes
InnoDB: than specified in the .cnf file 0 536870912 bytes!
InnoDB: Possible causes for this error:
(a) Incorrect log file is used or log file size is changed
(b) In case default size is used this log file is from 10.0
(c) Log file is corrupted or there was not enough disk space
In case (b) you need to set innodb_log_file_size = 48M
170214 11:20:03 [ERROR] Plugin 'InnoDB' init function returned error.
170214 11:20:03 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
170214 11:20:03 [Note] Plugin 'FEEDBACK' is disabled.
170214 11:20:03 [ERROR] Unknown/unsupported storage engine: InnoDB
170214 11:20:03 [ERROR] Aborting

170214 11:20:03 [Note] /usr/sbin/mysqld: Shutdown complete

170214 11:20:03 mysqld_safe mysqld from pid file /var/lib/mysql/mysql.pid ended
170214 11:20:06 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql/
170214 11:20:06 InnoDB: The InnoDB memory heap is disabled
170214 11:20:06 InnoDB: Mutexes and rw_locks use GCC atomic builtins
170214 11:20:06 InnoDB: Compressed tables use zlib 1.2.7
170214 11:20:06 InnoDB: Using Linux native AIO
170214 11:20:06 InnoDB: Initializing buffer pool, size = 20.0G
170214 11:20:08 InnoDB: Completed initialization of buffer pool
InnoDB: Error: log file ./ib_logfile0 is of different size 0 5242880 bytes
InnoDB: than specified in the .cnf file 0 536870912 bytes!
InnoDB: Possible causes for this error:
(a) Incorrect log file is used or log file size is changed
(b) In case default size is used this log file is from 10.0
(c) Log file is corrupted or there was not enough disk space
In case (b) you need to set innodb_log_file_size = 48M
170214 11:20:08 [ERROR] Plugin 'InnoDB' init function returned error.
170214 11:20:08 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
170214 11:20:08 [Note] Plugin 'FEEDBACK' is disabled.
170214 11:20:08 [ERROR] Unknown/unsupported storage engine: InnoDB
170214 11:20:08 [ERROR] Aborting

170214 11:20:08 [Note] /usr/sbin/mysqld: Shutdown complete

170214 11:20:08 mysqld_safe mysqld from pid file /var/lib/mysql/mysql.pid ended
170214 11:21:01 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql/
170214 11:21:01 InnoDB: The InnoDB memory heap is disabled
170214 11:21:01 InnoDB: Mutexes and rw_locks use GCC atomic builtins
170214 11:21:01 InnoDB: Compressed tables use zlib 1.2.7
170214 11:21:01 InnoDB: Using Linux native AIO
170214 11:21:01 InnoDB: Initializing buffer pool, size = 20.0G
170214 11:21:03 InnoDB: Completed initialization of buffer pool
InnoDB: Error: log file ./ib_logfile0 is of different size 0 5242880 bytes
InnoDB: than specified in the .cnf file 0 536870912 bytes!
InnoDB: Possible causes for this error:
(a) Incorrect log file is used or log file size is changed
(b) In case default size is used this log file is from 10.0
(c) Log file is corrupted or there was not enough disk space
In case (b) you need to set innodb_log_file_size = 48M
170214 11:21:03 [ERROR] Plugin 'InnoDB' init function returned error.
170214 11:21:03 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
170214 11:21:03 [Note] Plugin 'FEEDBACK' is disabled.
170214 11:21:03 [ERROR] Unknown/unsupported storage engine: InnoDB
170214 11:21:03 [ERROR] Aborting

170214 11:21:03 [Note] /usr/sbin/mysqld: Shutdown complete

170214 11:21:03 mysqld_safe mysqld from pid file /var/lib/mysql/mysql.pid ended
170214 11:21:06 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql/
170214 11:21:06 InnoDB: The InnoDB memory heap is disabled
170214 11:21:06 InnoDB: Mutexes and rw_locks use GCC atomic builtins
170214 11:21:06 InnoDB: Compressed tables use zlib 1.2.7
170214 11:21:06 InnoDB: Using Linux native AIO
170214 11:21:06 InnoDB: Initializing buffer pool, size = 20.0G
170214 11:21:08 InnoDB: Completed initialization of buffer pool
InnoDB: Error: log file ./ib_logfile0 is of different size 0 5242880 bytes
InnoDB: than specified in the .cnf file 0 536870912 bytes!
InnoDB: Possible causes for this error:
(a) Incorrect log file is used or log file size is changed
(b) In case default size is used this log file is from 10.0
(c) Log file is corrupted or there was not enough disk space
In case (b) you need to set innodb_log_file_size = 48M
170214 11:21:08 [ERROR] Plugin 'InnoDB' init function returned error.
170214 11:21:08 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
170214 11:21:08 [Note] Plugin 'FEEDBACK' is disabled.
170214 11:21:08 [ERROR] Unknown/unsupported storage engine: InnoDB
170214 11:21:08 [ERROR] Aborting

170214 11:21:08 [Note] /usr/sbin/mysqld: Shutdown complete

170214 11:21:08 mysqld_safe mysqld from pid file /var/lib/mysql/mysql.pid ended
170214 11:21:41 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql/
170214 11:21:41 InnoDB: The InnoDB memory heap is disabled
170214 11:21:41 InnoDB: Mutexes and rw_locks use GCC atomic builtins
170214 11:21:41 InnoDB: Compressed tables use zlib 1.2.7
170214 11:21:41 InnoDB: Using Linux native AIO
170214 11:21:41 InnoDB: Initializing buffer pool, size = 20.0G
170214 11:21:42 InnoDB: Completed initialization of buffer pool
InnoDB: Error: log file ./ib_logfile0 is of different size 0 5242880 bytes
InnoDB: than specified in the .cnf file 0 536870912 bytes!
InnoDB: Possible causes for this error:
(a) Incorrect log file is used or log file size is changed
(b) In case default size is used this log file is from 10.0
(c) Log file is corrupted or there was not enough disk space
In case (b) you need to set innodb_log_file_size = 48M
170214 11:21:42 [ERROR] Plugin 'InnoDB' init function returned error.
170214 11:21:42 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
170214 11:21:42 [Note] Plugin 'FEEDBACK' is disabled.
170214 11:21:42 [ERROR] Unknown/unsupported storage engine: InnoDB
170214 11:21:42 [ERROR] Aborting

170214 11:21:42 [Note] /usr/sbin/mysqld: Shutdown complete

170214 11:21:43 mysqld_safe mysqld from pid file /var/lib/mysql/mysql.pid ended
170214 11:21:59 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql/
170214 11:21:59 InnoDB: The InnoDB memory heap is disabled
170214 11:21:59 InnoDB: Mutexes and rw_locks use GCC atomic builtins
170214 11:21:59 InnoDB: Compressed tables use zlib 1.2.7
170214 11:21:59 InnoDB: Using Linux native AIO
170214 11:21:59 InnoDB: Initializing buffer pool, size = 20.0G
170214 11:22:00 InnoDB: Completed initialization of buffer pool
InnoDB: Error: log file ./ib_logfile0 is of different size 0 5242880 bytes
InnoDB: than specified in the .cnf file 0 536870912 bytes!
InnoDB: Possible causes for this error:
(a) Incorrect log file is used or log file size is changed
(b) In case default size is used this log file is from 10.0
(c) Log file is corrupted or there was not enough disk space
In case (b) you need to set innodb_log_file_size = 48M
170214 11:22:00 [ERROR] Plugin 'InnoDB' init function returned error.
170214 11:22:00 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
170214 11:22:00 [Note] Plugin 'FEEDBACK' is disabled.
170214 11:22:00 [ERROR] Unknown/unsupported storage engine: InnoDB
170214 11:22:00 [ERROR] Aborting

170214 11:22:01 [Note] /usr/sbin/mysqld: Shutdown complete

170214 11:22:01 mysqld_safe mysqld from pid file /var/lib/mysql/mysql.pid ended
170214 11:22:01 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql/
170214 11:22:01 InnoDB: The InnoDB memory heap is disabled
170214 11:22:01 InnoDB: Mutexes and rw_locks use GCC atomic builtins
170214 11:22:01 InnoDB: Compressed tables use zlib 1.2.7
170214 11:22:01 InnoDB: Using Linux native AIO
170214 11:22:01 InnoDB: Initializing buffer pool, size = 20.0G
170214 11:22:03 InnoDB: Completed initialization of buffer pool
InnoDB: Error: log file ./ib_logfile0 is of different size 0 5242880 bytes
InnoDB: than specified in the .cnf file 0 536870912 bytes!
InnoDB: Possible causes for this error:
(a) Incorrect log file is used or log file size is changed
(b) In case default size is used this log file is from 10.0
(c) Log file is corrupted or there was not enough disk space
In case (b) you need to set innodb_log_file_size = 48M
170214 11:22:03 [ERROR] Plugin 'InnoDB' init function returned error.
170214 11:22:03 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
170214 11:22:03 [Note] Plugin 'FEEDBACK' is disabled.
170214 11:22:03 [ERROR] Unknown/unsupported storage engine: InnoDB
170214 11:22:03 [ERROR] Aborting

170214 11:22:03 [Note] /usr/sbin/mysqld: Shutdown complete

170214 11:22:03 mysqld_safe mysqld from pid file /var/lib/mysql/mysql.pid ended
170214 11:22:06 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql/
170214 11:22:06 InnoDB: The InnoDB memory heap is disabled
170214 11:22:06 InnoDB: Mutexes and rw_locks use GCC atomic builtins
170214 11:22:06 InnoDB: Compressed tables use zlib 1.2.7
170214 11:22:06 InnoDB: Using Linux native AIO
170214 11:22:06 InnoDB: Initializing buffer pool, size = 20.0G
170214 11:22:08 InnoDB: Completed initialization of buffer pool
InnoDB: Error: log file ./ib_logfile0 is of different size 0 5242880 bytes
InnoDB: than specified in the .cnf file 0 536870912 bytes!
InnoDB: Possible causes for this error:
(a) Incorrect log file is used or log file size is changed
(b) In case default size is used this log file is from 10.0
(c) Log file is corrupted or there was not enough disk space
In case (b) you need to set innodb_log_file_size = 48M
170214 11:22:08 [ERROR] Plugin 'InnoDB' init function returned error.
170214 11:22:08 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
170214 11:22:08 [Note] Plugin 'FEEDBACK' is disabled.
170214 11:22:08 [ERROR] Unknown/unsupported storage engine: InnoDB
170214 11:22:08 [ERROR] Aborting

170214 11:22:08 [Note] /usr/sbin/mysqld: Shutdown complete

170214 11:22:08 mysqld_safe mysqld from pid file /var/lib/mysql/mysql.pid ended
170214 11:22:30 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql/
170214 11:22:30 InnoDB: The InnoDB memory heap is disabled
170214 11:22:30 InnoDB: Mutexes and rw_locks use GCC atomic builtins
170214 11:22:30 InnoDB: Compressed tables use zlib 1.2.7
170214 11:22:30 InnoDB: Using Linux native AIO
170214 11:22:30 InnoDB: Initializing buffer pool, size = 20.0G
170214 11:22:31 InnoDB: Completed initialization of buffer pool
InnoDB: Error: log file ./ib_logfile0 is of different size 0 5242880 bytes
InnoDB: than specified in the .cnf file 0 536870912 bytes!
InnoDB: Possible causes for this error:
(a) Incorrect log file is used or log file size is changed
(b) In case default size is used this log file is from 10.0
(c) Log file is corrupted or there was not enough disk space
In case (b) you need to set innodb_log_file_size = 48M
170214 11:22:32 [ERROR] Plugin 'InnoDB' init function returned error.
170214 11:22:32 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
170214 11:22:32 [Note] Plugin 'FEEDBACK' is disabled.
170214 11:22:32 [ERROR] Unknown/unsupported storage engine: InnoDB
170214 11:22:32 [ERROR] Aborting

170214 11:22:32 [Note] /usr/sbin/mysqld: Shutdown complete

170214 11:22:32 mysqld_safe mysqld from pid file /var/lib/mysql/mysql.pid ended
170214 11:23:01 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql/
170214 11:23:01 InnoDB: The InnoDB memory heap is disabled
170214 11:23:01 InnoDB: Mutexes and rw_locks use GCC atomic builtins
170214 11:23:01 InnoDB: Compressed tables use zlib 1.2.7
170214 11:23:01 InnoDB: Using Linux native AIO
170214 11:23:01 InnoDB: Initializing buffer pool, size = 20.0G
170214 11:23:03 InnoDB: Completed initialization of buffer pool
InnoDB: Error: log file ./ib_logfile0 is of different size 0 5242880 bytes
InnoDB: than specified in the .cnf file 0 536870912 bytes!
InnoDB: Possible causes for this error:
(a) Incorrect log file is used or log file size is changed
(b) In case default size is used this log file is from 10.0
(c) Log file is corrupted or there was not enough disk space
In case (b) you need to set innodb_log_file_size = 48M
170214 11:23:03 [ERROR] Plugin 'InnoDB' init function returned error.
170214 11:23:03 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
170214 11:23:03 [Note] Plugin 'FEEDBACK' is disabled.
170214 11:23:03 [ERROR] Unknown/unsupported storage engine: InnoDB
170214 11:23:03 [ERROR] Aborting

170214 11:23:03 [Note] /usr/sbin/mysqld: Shutdown complete

170214 11:23:03 mysqld_safe mysqld from pid file /var/lib/mysql/mysql.pid ended
170214 11:23:06 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql/
170214 11:23:06 InnoDB: The InnoDB memory heap is disabled
170214 11:23:06 InnoDB: Mutexes and rw_locks use GCC atomic builtins
170214 11:23:06 InnoDB: Compressed tables use zlib 1.2.7
170214 11:23:06 InnoDB: Using Linux native AIO
170214 11:23:06 InnoDB: Initializing buffer pool, size = 20.0G
170214 11:23:08 InnoDB: Completed initialization of buffer pool
InnoDB: Error: log file ./ib_logfile0 is of different size 0 5242880 bytes
InnoDB: than specified in the .cnf file 0 536870912 bytes!
InnoDB: Possible causes for this error:
(a) Incorrect log file is used or log file size is changed
(b) In case default size is used this log file is from 10.0
(c) Log file is corrupted or there was not enough disk space
In case (b) you need to set innodb_log_file_size = 48M
170214 11:23:08 [ERROR] Plugin 'InnoDB' init function returned error.
170214 11:23:08 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
170214 11:23:08 [Note] Plugin 'FEEDBACK' is disabled.
170214 11:23:08 [ERROR] Unknown/unsupported storage engine: InnoDB
170214 11:23:08 [ERROR] Aborting

170214 11:23:08 [Note] /usr/sbin/mysqld: Shutdown complete

170214 11:23:08 mysqld_safe mysqld from pid file /var/lib/mysql/mysql.pid ended
170214 11:23:10 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql/
170214 11:23:10 InnoDB: The InnoDB memory heap is disabled
170214 11:23:10 InnoDB: Mutexes and rw_locks use GCC atomic builtins
170214 11:23:10 InnoDB: Compressed tables use zlib 1.2.7
170214 11:23:10 InnoDB: Using Linux native AIO
170214 11:23:10 InnoDB: Initializing buffer pool, size = 20.0G
170214 11:23:11 InnoDB: Completed initialization of buffer pool
InnoDB: Error: log file ./ib_logfile0 is of different size 0 5242880 bytes
InnoDB: than specified in the .cnf file 0 536870912 bytes!
InnoDB: Possible causes for this error:
(a) Incorrect log file is used or log file size is changed
(b) In case default size is used this log file is from 10.0
(c) Log file is corrupted or there was not enough disk space
In case (b) you need to set innodb_log_file_size = 48M
170214 11:23:12 [ERROR] Plugin 'InnoDB' init function returned error.
170214 11:23:12 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
170214 11:23:12 [Note] Plugin 'FEEDBACK' is disabled.
170214 11:23:12 [ERROR] Unknown/unsupported storage engine: InnoDB
170214 11:23:12 [ERROR] Aborting

170214 11:23:12 [Note] /usr/sbin/mysqld: Shutdown complete

170214 11:23:12 mysqld_safe mysqld from pid file /var/lib/mysql/mysql.pid ended
170214 11:23:26 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql/
170214 11:23:26 InnoDB: The InnoDB memory heap is disabled
170214 11:23:26 InnoDB: Mutexes and rw_locks use GCC atomic builtins
170214 11:23:26 InnoDB: Compressed tables use zlib 1.2.7
170214 11:23:26 InnoDB: Using Linux native AIO
170214 11:23:26 InnoDB: Initializing buffer pool, size = 20.0G
170214 11:23:28 InnoDB: Completed initialization of buffer pool
InnoDB: Error: log file ./ib_logfile0 is of different size 0 5242880 bytes
InnoDB: than specified in the .cnf file 0 536870912 bytes!
InnoDB: Possible causes for this error:
(a) Incorrect log file is used or log file size is changed
(b) In case default size is used this log file is from 10.0
(c) Log file is corrupted or there was not enough disk space
In case (b) you need to set innodb_log_file_size = 48M
170214 11:23:28 [ERROR] Plugin 'InnoDB' init function returned error.
170214 11:23:28 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
170214 11:23:28 [Note] Plugin 'FEEDBACK' is disabled.
170214 11:23:28 [ERROR] Unknown/unsupported storage engine: InnoDB
170214 11:23:28 [ERROR] Aborting

170214 11:23:28 [Note] /usr/sbin/mysqld: Shutdown complete

170214 11:23:28 mysqld_safe mysqld from pid file /var/lib/mysql/mysql.pid ended
170214 11:24:01 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql/
170214 11:24:01 InnoDB: The InnoDB memory heap is disabled
170214 11:24:01 InnoDB: Mutexes and rw_locks use GCC atomic builtins
170214 11:24:01 InnoDB: Compressed tables use zlib 1.2.7
170214 11:24:01 InnoDB: Using Linux native AIO
170214 11:24:01 InnoDB: Initializing buffer pool, size = 20.0G
170214 11:24:03 InnoDB: Completed initialization of buffer pool
InnoDB: Error: log file ./ib_logfile0 is of different size 0 5242880 bytes
InnoDB: than specified in the .cnf file 0 536870912 bytes!
InnoDB: Possible causes for this error:
(a) Incorrect log file is used or log file size is changed
(b) In case default size is used this log file is from 10.0
(c) Log file is corrupted or there was not enough disk space
In case (b) you need to set innodb_log_file_size = 48M
170214 11:24:03 [ERROR] Plugin 'InnoDB' init function returned error.
170214 11:24:03 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
170214 11:24:03 [Note] Plugin 'FEEDBACK' is disabled.
170214 11:24:03 [ERROR] Unknown/unsupported storage engine: InnoDB
170214 11:24:03 [ERROR] Aborting

170214 11:24:03 [Note] /usr/sbin/mysqld: Shutdown complete

170214 11:24:03 mysqld_safe mysqld from pid file /var/lib/mysql/mysql.pid ended
170214 11:24:06 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql/
170214 11:24:06 InnoDB: The InnoDB memory heap is disabled
170214 11:24:06 InnoDB: Mutexes and rw_locks use GCC atomic builtins
170214 11:24:06 InnoDB: Compressed tables use zlib 1.2.7
170214 11:24:06 InnoDB: Using Linux native AIO
170214 11:24:06 InnoDB: Initializing buffer pool, size = 20.0G
170214 11:24:08 InnoDB: Completed initialization of buffer pool
InnoDB: Error: log file ./ib_logfile0 is of different size 0 5242880 bytes
InnoDB: than specified in the .cnf file 0 536870912 bytes!
InnoDB: Possible causes for this error:
(a) Incorrect log file is used or log file size is changed
(b) In case default size is used this log file is from 10.0
(c) Log file is corrupted or there was not enough disk space
In case (b) you need to set innodb_log_file_size = 48M
170214 11:24:08 [ERROR] Plugin 'InnoDB' init function returned error.
170214 11:24:08 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
170214 11:24:08 [Note] Plugin 'FEEDBACK' is disabled.
170214 11:24:08 [ERROR] Unknown/unsupported storage engine: InnoDB
170214 11:24:08 [ERROR] Aborting

170214 11:24:08 [Note] /usr/sbin/mysqld: Shutdown complete

170214 11:24:08 mysqld_safe mysqld from pid file /var/lib/mysql/mysql.pid ended
170214 11:24:14 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql/
170214 11:24:14 InnoDB: The InnoDB memory heap is disabled
170214 11:24:14 InnoDB: Mutexes and rw_locks use GCC atomic builtins
170214 11:24:14 InnoDB: Compressed tables use zlib 1.2.7
170214 11:24:14 InnoDB: Using Linux native AIO
170214 11:24:14 InnoDB: Initializing buffer pool, size = 20.0G
170214 11:24:15 InnoDB: Completed initialization of buffer pool
InnoDB: Error: log file ./ib_logfile0 is of different size 0 5242880 bytes
InnoDB: than specified in the .cnf file 0 536870912 bytes!
InnoDB: Possible causes for this error:
(a) Incorrect log file is used or log file size is changed
(b) In case default size is used this log file is from 10.0
(c) Log file is corrupted or there was not enough disk space
In case (b) you need to set innodb_log_file_size = 48M
170214 11:24:15 [ERROR] Plugin 'InnoDB' init function returned error.
170214 11:24:15 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
170214 11:24:15 [Note] Plugin 'FEEDBACK' is disabled.
170214 11:24:15 [ERROR] Unknown/unsupported storage engine: InnoDB
170214 11:24:15 [ERROR] Aborting

170214 11:24:15 [Note] /usr/sbin/mysqld: Shutdown complete

170214 11:24:15 mysqld_safe mysqld from pid file /var/lib/mysql/mysql.pid ended
170214 11:24:38 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql/
170214 11:24:38 InnoDB: The InnoDB memory heap is disabled
170214 11:24:38 InnoDB: Mutexes and rw_locks use GCC atomic builtins
170214 11:24:38 InnoDB: Compressed tables use zlib 1.2.7
170214 11:24:38 InnoDB: Using Linux native AIO
170214 11:24:38 InnoDB: Initializing buffer pool, size = 20.0G
170214 11:24:39 InnoDB: Completed initialization of buffer pool
InnoDB: Error: log file ./ib_logfile0 is of different size 0 5242880 bytes
InnoDB: than specified in the .cnf file 0 536870912 bytes!
InnoDB: Possible causes for this error:
(a) Incorrect log file is used or log file size is changed
(b) In case default size is used this log file is from 10.0
(c) Log file is corrupted or there was not enough disk space
In case (b) you need to set innodb_log_file_size = 48M
170214 11:24:39 [ERROR] Plugin 'InnoDB' init function returned error.
170214 11:24:39 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
170214 11:24:39 [Note] Plugin 'FEEDBACK' is disabled.
170214 11:24:39 [ERROR] Unknown/unsupported storage engine: InnoDB
170214 11:24:39 [ERROR] Aborting

170214 11:24:40 [Note] /usr/sbin/mysqld: Shutdown complete

170214 11:24:40 mysqld_safe mysqld from pid file /var/lib/mysql/mysql.pid ended
170214 11:25:01 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql/
170214 11:25:01 InnoDB: The InnoDB memory heap is disabled
170214 11:25:01 InnoDB: Mutexes and rw_locks use GCC atomic builtins
170214 11:25:01 InnoDB: Compressed tables use zlib 1.2.7
170214 11:25:01 InnoDB: Using Linux native AIO
170214 11:25:01 InnoDB: Initializing buffer pool, size = 20.0G
170214 11:25:03 InnoDB: Completed initialization of buffer pool
InnoDB: Error: log file ./ib_logfile0 is of different size 0 5242880 bytes
InnoDB: than specified in the .cnf file 0 536870912 bytes!
InnoDB: Possible causes for this error:
(a) Incorrect log file is used or log file size is changed
(b) In case default size is used this log file is from 10.0
(c) Log file is corrupted or there was not enough disk space
In case (b) you need to set innodb_log_file_size = 48M
170214 11:25:03 [ERROR] Plugin 'InnoDB' init function returned error.
170214 11:25:03 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
170214 11:25:03 [Note] Plugin 'FEEDBACK' is disabled.
170214 11:25:03 [ERROR] Unknown/unsupported storage engine: InnoDB
170214 11:25:03 [ERROR] Aborting

170214 11:25:03 [Note] /usr/sbin/mysqld: Shutdown complete

170214 11:25:03 mysqld_safe mysqld from pid file /var/lib/mysql/mysql.pid ended
170214 11:25:06 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql/
170214 11:25:06 InnoDB: The InnoDB memory heap is disabled
170214 11:25:06 InnoDB: Mutexes and rw_locks use GCC atomic builtins
170214 11:25:06 InnoDB: Compressed tables use zlib 1.2.7
170214 11:25:06 InnoDB: Using Linux native AIO
170214 11:25:06 InnoDB: Initializing buffer pool, size = 20.0G
170214 11:25:08 InnoDB: Completed initialization of buffer pool
InnoDB: Error: log file ./ib_logfile0 is of different size 0 5242880 bytes
InnoDB: than specified in the .cnf file 0 536870912 bytes!
InnoDB: Possible causes for this error:
(a) Incorrect log file is used or log file size is changed
(b) In case default size is used this log file is from 10.0
(c) Log file is corrupted or there was not enough disk space
In case (b) you need to set innodb_log_file_size = 48M
170214 11:25:08 [ERROR] Plugin 'InnoDB' init function returned error.
170214 11:25:08 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
170214 11:25:08 [Note] Plugin 'FEEDBACK' is disabled.
170214 11:25:08 [ERROR] Unknown/unsupported storage engine: InnoDB
170214 11:25:08 [ERROR] Aborting

170214 11:25:08 [Note] /usr/sbin/mysqld: Shutdown complete

170214 11:25:08 mysqld_safe mysqld from pid file /var/lib/mysql/mysql.pid ended


/usr/sbin/mysqld, Version: 5.5.41-MariaDB-log (MariaDB Server). started with:
Tcp port: 0 Unix socket: /var/lib/mysql/mysql.sock
Time Id Command Argument
/usr/sbin/mysqld, Version: 5.5.41-MariaDB-log (MariaDB Server). started with:
Tcp port: 0 Unix socket: /var/lib/mysql/mysql.sock
Time Id Command Argument
/usr/sbin/mysqld, Version: 5.5.41-MariaDB-log (MariaDB Server). started with:
Tcp port: 0 Unix socket: /var/lib/mysql/mysql.sock
Time Id Command Argument
/usr/sbin/mysqld, Version: 5.5.41-MariaDB-log (MariaDB Server). started with:
Tcp port: 0 Unix socket: /var/lib/mysql/mysql.sock
Time Id Command Argument
/usr/sbin/mysqld, Version: 5.5.41-MariaDB-log (MariaDB Server). started with:
Tcp port: 0 Unix socket: /var/lib/mysql/mysql.sock
Time Id Command Argument
/usr/sbin/mysqld, Version: 5.5.41-MariaDB-log (MariaDB Server). started with:
Tcp port: 0 Unix socket: /var/lib/mysql/mysql.sock
Time Id Command Argument
/usr/sbin/mysqld, Version: 5.5.41-MariaDB-log (MariaDB Server). started with:
Tcp port: 0 Unix socket: /var/lib/mysql/mysql.sock
Time Id Command Argument
/usr/sbin/mysqld, Version: 5.5.41-MariaDB-log (MariaDB Server). started with:
Tcp port: 0 Unix socket: /var/lib/mysql/mysql.sock
Time Id Command Argument
/usr/sbin/mysqld, Version: 5.5.41-MariaDB-log (MariaDB Server). started with:
Tcp port: 0 Unix socket: /var/lib/mysql/mysql.sock
Time Id Command Argument
/usr/sbin/mysqld, Version: 5.5.41-MariaDB-log (MariaDB Server). started with:
Tcp port: 0 Unix socket: /var/lib/mysql/mysql.sock
Time Id Command Argument
/usr/sbin/mysqld, Version: 5.5.41-MariaDB-log (MariaDB Server). started with:
Tcp port: 0 Unix socket: /var/lib/mysql/mysql.sock
Time Id Command Argument
/usr/sbin/mysqld, Version: 5.5.41-MariaDB-log (MariaDB Server). started with:
Tcp port: 0 Unix socket: /var/lib/mysql/mysql.sock
Time Id Command Argument
/usr/sbin/mysqld, Version: 5.5.41-MariaDB-log (MariaDB Server). started with:
Tcp port: 0 Unix socket: /var/lib/mysql/mysql.sock
Time Id Command Argument
/usr/sbin/mysqld, Version: 5.5.41-MariaDB-log (MariaDB Server). started with:
Tcp port: 0 Unix socket: /var/lib/mysql/mysql.sock
Time Id Command Argument
/usr/sbin/mysqld, Version: 5.5.41-MariaDB-log (MariaDB Server). started with:
Tcp port: 0 Unix socket: /var/lib/mysql/mysql.sock
Time Id Command Argument
/usr/sbin/mysqld, Version: 5.5.41-MariaDB-log (MariaDB Server). started with:
Tcp port: 0 Unix socket: /var/lib/mysql/mysql.sock
Time Id Command Argument
/usr/sbin/mysqld, Version: 5.5.41-MariaDB-log (MariaDB Server). started with:
Tcp port: 3306 Unix socket: /var/lib/mysql/mysql.sock
Time Id Command Argument
/usr/sbin/mysqld, Version: 5.5.41-MariaDB-log (MariaDB Server). started with:
Tcp port: 3306 Unix socket: /var/lib/mysql/mysql.sock
Time Id Command Argument
/usr/sbin/mysqld, Version: 5.5.41-MariaDB-log (MariaDB Server). started with:
Tcp port: 3306 Unix socket: /var/lib/mysql/mysql.sock
Time Id Command Argument
/usr/sbin/mysqld, Version: 5.5.41-MariaDB-log (MariaDB Server). started with:
Tcp port: 3306 Unix socket: /var/lib/mysql/mysql.sock
Time Id Command Argument
/usr/sbin/mysqld, Version: 5.5.41-MariaDB-log (MariaDB Server). started with:
Tcp port: 3306 Unix socket: /var/lib/mysql/mysql.sock
Time Id Command Argument
/usr/sbin/mysqld, Version: 5.5.41-MariaDB-log (MariaDB Server). started with:
Tcp port: 3306 Unix socket: /var/lib/mysql/mysql.sock
Time Id Command Argument
/usr/sbin/mysqld, Version: 5.5.41-MariaDB-log (MariaDB Server). started with:
Tcp port: 3306 Unix socket: /var/lib/mysql/mysql.sock
Time Id Command Argument
/usr/sbin/mysqld, Version: 5.5.41-MariaDB-log (MariaDB Server). started with:
Tcp port: 3306 Unix socket: /var/lib/mysql/mysql.sock
Time Id Command Argument
/usr/sbin/mysqld, Version: 5.5.41-MariaDB-log (MariaDB Server). started with:
Tcp port: 3306 Unix socket: /var/lib/mysql/mysql.sock
Time Id Command Argument
/usr/sbin/mysqld, Version: 5.5.41-MariaDB-log (MariaDB Server). started with:
Tcp port: 3306 Unix socket: /var/lib/mysql/mysql.sock
Time Id Command Argument
/usr/sbin/mysqld, Version: 5.5.41-MariaDB-log (MariaDB Server). started with:
Tcp port: 3306 Unix socket: /var/lib/mysql/mysql.sock
Time Id Command Argument
/usr/sbin/mysqld, Version: 5.5.41-MariaDB-log (MariaDB Server). started with:
Tcp port: 3306 Unix socket: /var/lib/mysql/mysql.sock
Time Id Command Argument
/usr/sbin/mysqld, Version: 5.5.41-MariaDB-log (MariaDB Server). started with:
Tcp port: 3306 Unix socket: /var/lib/mysql/mysql.sock
Time Id Command Argument
/usr/sbin/mysqld, Version: 5.5.41-MariaDB-log (MariaDB Server). started with:
Tcp port: 3306 Unix socket: /var/lib/mysql/mysql.sock
Time Id Command Argument
/usr/sbin/mysqld, Version: 5.5.41-MariaDB-log (MariaDB Server). started with:
Tcp port: 3306 Unix socket: /var/lib/mysql/mysql.sock
Time Id Command Argument
 
You should look at these lines:

Code:
170214 11:25:08 InnoDB: Completed initialization of buffer pool
[COLOR=#ff0000]InnoDB: Error: log file ./ib_logfile0 is of different size 0 5242880 bytes
InnoDB: than specified in the .cnf file 0 536870912 bytes!
InnoDB: Possible causes for this error:[/COLOR]
(a) Incorrect log file is used or log file size is changed
(b) In case default size is used this log file is from 10.0
(c) Log file is corrupted or there was not enough disk space
In case (b) you need to set innodb_log_file_size = 48M
170214 11:25:08 [COLOR=#ff0000][ERROR][/COLOR] Plugin 'InnoDB' init function returned error.
170214 11:25:08 [COLOR=#ff0000][ERROR][/COLOR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
170214 11:25:08 [Note] Plugin 'FEEDBACK' is disabled.
170214 11:25:08 [COLOR=#ff0000][ERROR][/COLOR] Unknown/unsupported storage engine: InnoDB
170214 11:25:08 [COLOR=#ff0000][ERROR][/COLOR] Aborting

As soon as you read them carefully you will easily find one of possible solutions. ;)
 
Back
Top