# my_3307.cnf # For advice on how to change settings please see # http://dev.mysql.com/doc/refman/5.7/en/server-configuration-defaults.html [mysqld] # # Remove leading # and set to the amount of RAM for the most important data # cache in MySQL. Start at 70% of total RAM for dedicated server, else 10%. # innodb_buffer_pool_size = 128M # # Remove leading # to turn on a very important data integrity option: logging # changes to the binary log between backups. # log_bin # # Remove leading # to set options mainly useful for reporting servers. # The server defaults are faster for transactions and fast SELECTs. # Adjust sizes as needed, experiment to find the optimal values. # join_buffer_size = 128M # sort_buffer_size = 2M # read_rnd_buffer_size = 2M port=3307 basedir=/usr/local/mysql-5.7.32 datadir=/data/mysql/mysql_3307/data socket=/data/mysql/mysql_3307/mysql.sock server_id=3307 sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES # Disabling symbolic-links is recommended to prevent assorted security risks symbolic-links=0 log-output=file slow_query_log=1 long_query_time=1 slow_query_log_file = /data/mysql/mysql_3307/log/slow.log log-error=/data/mysql/mysql_3307/log/mysqld.log log-bin = /data/mysql/mysql_3307/log/mysql3307_bin binlog-format=Row pid-file=/var/run/mysqld/mysqld-3307.pid collation-server = utf8_unicode_ci init-connect='SET NAMES utf8' character-set-server = utf8 language =/usr/local/mysql-5.7.32/share/english [client] default-character-set=utf8 [mysql] default-character-set=utf8