Quantcast
Channel: MySQL Forums - InnoDB
Viewing all articles
Browse latest Browse all 1954

InnoDB: Database was not shut down normally after changing innod_db_log_file_size (4 replies)

$
0
0
I followed Mysql documentation about changing innodb_log_file_size (I tested this procedure also with innodb_fast_shutdown set to 0) and when I start db all seems to be ok but from logs I can see:

131002 08:04:58 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
131002 8:04:58 InnoDB: Initializing buffer pool, size = 8.0M
131002 8:04:58 InnoDB: Completed initialization of buffer pool
131002 8:04:58 InnoDB: Log file ./ib_logfile0 did not exist: new to be created
InnoDB: Setting log file ./ib_logfile0 size to 10 MB
InnoDB: Database physically writes the file full: wait...
131002 8:04:58 InnoDB: Log file ./ib_logfile1 did not exist: new to be created
InnoDB: Setting log file ./ib_logfile1 size to 10 MB
InnoDB: Database physically writes the file full: wait...
InnoDB: The log sequence number in ibdata files does not match
InnoDB: the log sequence number in the ib_logfiles!
131002 8:04:58 InnoDB: Database was not shut down normally!
InnoDB: Starting crash recovery.
InnoDB: Reading tablespace information from the .ibd files...
InnoDB: Restoring possible half-written data pages from the doublewrite
InnoDB: buffer...
131002 8:05:05 InnoDB: Started; log sequence number 3 1342899212


The question is: it is an exptected behavior the fact that db starts anyway in crash recovery?

Thanks

Viewing all articles
Browse latest Browse all 1954

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>