Skip to content

Commit

Permalink
remove innodb_log_file_size deprecated in MySQL 8.0.30
Browse files Browse the repository at this point in the history
  • Loading branch information
paskal committed Jul 25, 2023
1 parent 9da77ae commit e556b84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/mysql/my.cnf
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ innodb_monitor_enable = all

innodb_flush_log_at_trx_commit = 2
innodb_flush_method = O_DIRECT
innodb_log_file_size = 512M
innodb_redo_log_capacity = 1Gb
sql_mode = ""
thread_cache_size = 32

Expand Down

0 comments on commit e556b84

Please sign in to comment.