Your IP : 18.118.193.90


Current Path : /etc/my.cnf.d/
Upload File :
Current File : //etc/my.cnf.d/mysql-server.cnf

#
# This group are read by MySQL server.
# Use it for options that only the server (but not clients) should see
#
# For advice on how to change settings please see
# http://dev.mysql.com/doc/refman/en/server-configuration-defaults.html

# Settings user and group are ignored when systemd is used.
# If you need to run mysqld under a different user or group,
# customize your systemd unit file for mysqld according to the
# instructions in http://fedoraproject.org/wiki/Systemd

[mysqld]
collation-server = utf8_unicode_ci
character-set-server = utf8
datadir=/var/lib/mysql
socket=/var/lib/mysql/mysql.sock
log-error=/var/log/mysql/mysqld.log
pid-file=/run/mysqld/mysqld.pid
bind-address = 127.0.0.1
innodb-file-per-table = ON
innodb-flush-method = O_DIRECT
innodb-strict-mode = ON
performance-schema = OFF
tmpdir = /tmp
transaction-isolation = READ-COMMITTED
sql-mode = ""