Your IP : 216.73.216.231


Current Path : /etc/
Upload File :
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]
log-error=/var/lib/mysql/213-108-241-110.cprapid.com.err
performance-schema=0

open_files_limit=57000
plugin-load-add=auth_socket.so
unix_socket=OFF
[mysql]
port = 3306
socket = /var/lib/mysql/mysql.sock

[mysqld]
performance-schema=0
user = mysql

innodb_lock_wait_timeout=2000
local-infile=0

default-storage-engine=InnoDB
socket = /var/lib/mysql/mysql.sock

key-buffer-size=32M
max-allowed-packet=16M
max-connect-errors=1000000
datadir="/var/lib/mysql/"
expire-logs-days=14
sync-binlog=1
tmp-table-size=64M
max-heap-table-size=64M
query-cache-type=1
query-cache-size=256M
max-connections=2000
thread-cache-size=500
open-files-limit=65535
table-definition-cache=4096
table-open-cache=2000
innodb-flush-method=O_DIRECT
innodb-log-files-in-group=2
innodb-flush-log-at-trx-commit=1
innodb-file-per-table=1
log-queries-not-using-indexes=1
innodb_file_per_table=1
max_allowed_packet=536870912
#open_files_limit=50000
sql-mode=""