mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-02 03:50:49 +08:00
26 lines
337 B
INI
26 lines
337 B
INI
#
|
|
# These groups are read by MariaDB command-line tools
|
|
# Use it for options that affect only one utility
|
|
#
|
|
|
|
[mysql]
|
|
# Default is Latin1, if you need UTF-8 set this (also in server section)
|
|
default-character-set = utf8mb4
|
|
|
|
[mysql_upgrade]
|
|
|
|
[mysqladmin]
|
|
|
|
[mysqlbinlog]
|
|
|
|
[mysqlcheck]
|
|
|
|
[mysqldump]
|
|
|
|
[mysqlimport]
|
|
|
|
[mysqlshow]
|
|
|
|
[mysqlslap]
|
|
|