17 lines
292 B
INI
17 lines
292 B
INI
#
|
|
# This group is read both both by the client and the server
|
|
# use it for options that affect everything
|
|
#
|
|
[client-server]
|
|
|
|
[myisamchk]
|
|
key_buffer_size = 8M
|
|
sort_buffer_size = 8M
|
|
read_buffer = 4M
|
|
write_buffer = 4M
|
|
|
|
#
|
|
# include all files from the config directory
|
|
#
|
|
!includedir /etc/my.cnf.d
|