Skip to content

Commit

Permalink
MySQL set sync_binlog=1
Browse files Browse the repository at this point in the history
* Avoid binary files beeing corrupted from docker reboots

#413
  • Loading branch information
physikerwelt committed Nov 5, 2023
1 parent 58563eb commit a9bc47a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions my.cnf
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ key_buffer_size=24M
innodb_buffer_pool_size=4G
innodb_log_file_size=32M
log-bin
sync_binlog=1
server_id=1001
log-basename=mardb

0 comments on commit a9bc47a

Please sign in to comment.