Skip to content

Commit

Permalink
[mysql] Fix MySQL image by updating mysql.cnf for MySQL 8
Browse files Browse the repository at this point in the history
  • Loading branch information
jankeromnes committed Apr 16, 2020
1 parent ab5443d commit 27c7b36
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions mysql/mysql.cnf
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,7 @@ thread_stack = 192K
thread_cache_size = 8

myisam-recover-options = BACKUP
query_cache_limit = 1M
query_cache_size = 16M

general_log_file = /var/log/mysql/mysql.log
general_log = 1
log_error = /var/log/mysql/error.log

expire_logs_days = 10
max_binlog_size = 100M
log_error = /var/log/mysql/error.log

0 comments on commit 27c7b36

Please sign in to comment.