innodb_log_file_size
According the MySQL:
As of MySQL 5.6.8, the innodb_fast_shutdown setting is no longer relevant when changing the number or the size of InnoDB log files. Additionally, you are no longer required remove old log files, although you may still want to copy the old log files to a safe place, as a backup. To change the number or size of InnoDB log files, perform the following steps:
- ]
- Stop the MySQL server and make sure that it shuts down without errors.
- Edit my.cnf to change the log file configuration. To change the log file size, configure innodb_log_file_size. To increase the number of log files, configure innodb_log_files_in_group.
- Start the MySQL server again.
-
Hello, The MariaDB documentation suggests that change is not ported over to MariaDB. You may find the following MariaDB documents helpful: System Variable Differences Between MariaDB 10.0 and MySQL 5.6 XtraDB/InnoDB Server System Variables Thank you. 0
Please sign in to leave a comment.
Comments
1 comment