mirror of
https://gitee.com/markliu2013/docker-compose-moneynote.git
synced 2024-11-17 20:58:02 +08:00
15 lines
366 B
INI
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 |