8f411417f5
fixes connection refused errors described here: https://github.com/laradock/laradock/issues/1752 https://github.com/laradock/laradock/issues/2105
12 lines
324 B
INI
12 lines
324 B
INI
# The MySQL Client configuration file.
|
|
#
|
|
# For explanations see
|
|
# http://dev.mysql.com/doc/mysql/en/server-system-variables.html
|
|
|
|
[mysql]
|
|
|
|
[mysqld]
|
|
sql-mode="STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION"
|
|
character-set-server=utf8
|
|
default-authentication-plugin=mysql_native_password
|