blackbirdchess-docker-dev/mysql/my.cnf

17 lines
449 B
Plaintext
Raw Normal View History

# The MySQL Client configuration file.
#
# For explanations see
# http://dev.mysql.com/doc/mysql/en/server-system-variables.html
[mysql]
[mysqld]
2019-08-09 02:52:32 +02:00
sql-mode="STRICT_TRANS_TABLES,NO_AUTO_CREATE_USER,NO_ZERO_DATE,NO_ZERO_IN_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION"
2018-12-03 18:35:21 +01:00
character-set-server=utf8mb4
2019-08-09 02:52:32 +02:00
skip-name-resolve
symbolic-links=0
explicit_defaults_for_timestamp
default_authentication_plugin=mysql_native_password
#skip-grant-tables=1