Current File : //etc/my.cnf |
#
# This group is read both by the client and the server
# use it for options that affect everything
#
[client-server]
#
# include *.cnf from the config directory
#
!includedir /etc/my.cnf.d
[mysqld]
sql_mode=NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION
max_allowed_packet=1073741824
sql_mode=NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION
log-error=/var/lib/mysql/mysqld.log
performance-schema=0
innodb_buffer_pool_size=58720256
open_files_limit=40000
innodb_file_per_table=1
unix_socket=OFF
plugin-load-add=auth_socket.so