Skip to content

Commit

Permalink
Small changes to mysql configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
kporras07 committed Apr 13, 2018
1 parent 534cb8a commit 98014ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mysql/my.cnf
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ query_cache_size = 64M
# Both location gets rotated by the cronjob.
# Be aware that this log type is a performance killer.
# As of 5.1 you can enable the log at runtime!
#general_log_file = /src/.lando/log/mysql.log
#general_log_file = /var/log/mysql.log
#general_log = 1
#
# Error logging goes to syslog due to /etc/mysql/conf.d/mysqld_safe_syslog.cnf.
Expand All @@ -58,7 +58,7 @@ query_cache_size = 64M
# note: if you are setting up a replication slave, see README.Debian about
# other settings you may need to change.
#server-id = 1
#log_bin = /src/.lando/log/mysql-bin.log
#log_bin = /var/log/mysql-bin.log
expire_logs_days = 10
max_binlog_size = 100M
#binlog_do_db = include_database_name
Expand Down

0 comments on commit 98014ba

Please sign in to comment.