docker-compose-moneynote/mysql/my.cnf
markliu2013 e0d496bec8 feature
2023-06-13 10:31:20 +08:00

15 lines
366 B
INI

# The MySQL Client configuration file.
#
# For explanations see
# http://dev.mysql.com/doc/mysql/en/server-system-variables.html
[mysql]
[mysqld]
character-set-server=utf8mb4
character-set-server=utf8
#default-time-zone='+8:00'
#innodb_rollback_on_timeout='ON'
#max_connections=500
#innodb_lock_wait_timeout=500
default-authentication-plugin=mysql_native_password