uestion
How to increase a value of the variable innodb_log_file_size?
Answer
- For MySQL 5.5: https://dev.mysql.com/doc/refman/5.5/en/innodb-data-log-reconfiguration.html
- For MySQL 5.6: https://dev.mysql.com/doc/refman/5.6/en/innodb-data-log-reconfiguration.html
- For MySQL 5.7: https://dev.mysql.com/doc/refman/5.7/en/innodb-data-log-reconfiguration.html
Note: these operations require MySQL service restart.
Comments
0 comments
Please sign in to leave a comment.