JezK
Edit File: 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] log-error=/var/lib/mysql/fishtail.mysecurecloudserver.com.err performance-schema=0 # innodb_buffer_pool_size=134217728 # superseded by /etc/my.cnf.d/z-server-tuning.cnf (32G) # NOTE: !includedir above loads BEFORE this section, so a value left here # would win over the drop-in. Commented out deliberately. max_allowed_packet=268435456 # open_files_limit=40000 # superseded by /etc/my.cnf.d/z-server-tuning.cnf (200000) innodb_file_per_table=1 unix_socket=OFF open_files_limit=80000 [mysqldump] max_allowed_packet=256M