45 lines
622 B
INI
45 lines
622 B
INI
#
|
|
# These two groups are read by the client library
|
|
# Use it for options that affect all clients, but not the server
|
|
#
|
|
|
|
|
|
[client]
|
|
|
|
#
|
|
# These groups are read by MariaDB command-line tools
|
|
# Use it for options that affect only one utility
|
|
#
|
|
|
|
[mysql]
|
|
no-auto-rehash
|
|
# Remove the next comment character if you are not familiar with SQL
|
|
#safe-updates
|
|
|
|
[mysql_upgrade]
|
|
|
|
[mysqladmin]
|
|
|
|
[mysqlbinlog]
|
|
|
|
[mysqlcheck]
|
|
|
|
[mysqldump]
|
|
quick
|
|
max_allowed_packet = 16M
|
|
|
|
[mysqlimport]
|
|
|
|
[mysqlshow]
|
|
|
|
[mysqlslap]
|
|
|
|
[myisamchk]
|
|
key_buffer_size = 256M
|
|
sort_buffer_size = 256M
|
|
read_buffer = 2M
|
|
write_buffer = 2M
|
|
|
|
[mysqlhotcopy]
|
|
interactive-timeout
|