You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
416 B
22 lines
416 B
#
|
|
# We use default-character-set=utf8mb4 to avoid character set auto-detection
|
|
# when running tests - not to depend on the current machine localization.
|
|
#
|
|
|
|
[mysql]
|
|
default-character-set=utf8mb4
|
|
|
|
[mysqlshow]
|
|
default-character-set=utf8mb4
|
|
|
|
[mysqlimport]
|
|
default-character-set=utf8mb4
|
|
|
|
[mysqlcheck]
|
|
default-character-set=utf8mb4
|
|
|
|
[mysql_upgrade]
|
|
default-character-set=utf8mb4
|
|
|
|
[mysqltest]
|
|
default-character-set=utf8mb4
|
|
|