File: /var/www/ipsremont-demo/docker/mysql/files/my.cnf
[mysqld]
pid-file = /var/run/mysqld/mysqld.pid
socket = /var/run/mysqld/mysqld.sock
datadir = /var/lib/mysql
secure-file-priv= NULL
# Disabling symbolic-links is recommended to prevent assorted security risks
symbolic-links=0
disable_log_bin
# Custom config should go here
!includedir /etc/mysql/conf.d/
sql_mode = STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION
max_allowed_packet = 500M
wait_timeout = 3600
default_authentication_plugin = mysql_native_password
max_connections = 512