MySQL Forums
Forum List  »  InnoDB

Problems with InnoDB Config
Posted by: Marco Eckert
Date: October 04, 2013 05:27PM

Hello. I get an Errormessage at start of MysqlServer

#########################

131005 1:22:19 [Note] Plugin 'FEDERATED' is disabled.
131005 1:22:19 InnoDB: The InnoDB memory heap is disabled
131005 1:22:19 InnoDB: Mutexes and rw_locks use GCC atomic builtins
131005 1:22:19 InnoDB: Compressed tables use zlib 1.2.7
131005 1:22:19 InnoDB: Using Linux native AIO
131005 1:22:19 InnoDB: Initializing buffer pool, size = 128.0M
131005 1:22:19 InnoDB: Completed initialization of buffer pool
InnoDB: Error: log file ./ib_logfile0 is of different size 0 5254130 bytes
InnoDB: than specified in the .cnf file 0 5242880 bytes!
131005 1:22:19 [ERROR] Plugin 'InnoDB' init function returned error.
131005 1:22:19 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
131005 1:22:19 [ERROR] Unknown/unsupported storage engine: InnoDB
131005 1:22:19 [ERROR] Aborting

131005 1:22:19 [Note] /usr/sbin/mysqld: Shutdown complete

###########################


My Configuration:



innodb_log_file_size = 5M
innodb_log_buffer_size = 8M
innodb_flush_log_at_trx_commit = 2
innodb_thread_concurrency = 16
innodb_flush_method = O_DIRECT




###########################

How i can define this log file size in Config or how can i ignore this error.

Marco

Options: ReplyQuote


Subject
Views
Written By
Posted
Problems with InnoDB Config
1849
October 04, 2013 05:27PM
1027
October 04, 2013 07:16PM
3444
October 05, 2013 08:01AM
1277
October 05, 2013 12:16PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.