summaryrefslogtreecommitdiff
path: root/dev-db/mysql/files/my.cnf-8.4.distro-client
blob: cf8349cdd163023149e331025febf8428a0e47b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# @GENTOO_PORTAGE_EPREFIX@/etc/mysql/mysql.d/50-distro-client.cnf: The global mysql configuration file.

# The following options will be passed to all MySQL clients
[client]
# Should match default server to save a round trip
loose-default-auth = caching_sha2_password
socket = @GENTOO_PORTAGE_EPREFIX@/var/run/mysqld/mysqld.sock
character-sets-dir = @GENTOO_PORTAGE_EPREFIX@/usr/share/mysql/charsets
loose-default-character-set = utf8mb4

[mysql]
# uncomment the next directive if you are not familiar with SQL
#safe-updates

[mysqldump]
quick
max_allowed_packet = 16M

[myisamchk]
character-sets-dir = @GENTOO_PORTAGE_EPREFIX@/usr/share/mysql/charsets

[myisampack]
character-sets-dir = @GENTOO_PORTAGE_EPREFIX@/usr/share/mysql/charsets