HOME


Mini Shell 1.0
DIR: /proc/self/root/proc/self/root/etc/
Upload File :
Current File : //proc/self/root/proc/self/root/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]
bind-address = 127.0.0.1
#innodb_force_recovery = 1
innodb_use_native_aio = 0
tmpdir = "/dev/shm"
symbolic-links = 0
log-error = /var/lib/mysql/cpanel5.hostlab.net.tr
log_queries_not_using_indexes = 1
long_query_time = 5
performance-schema = 0
back_log = 50
max_allowed_packet=1073741824
query_cache_type = 1
query_cache_size = 768M
query_cache_limit = 96M
max_write_lock_count = 16
thread_cache_size = 128
#thread_handling one-thread-per-connection
thread_stack = 256k
join_buffer_size = 6M
read_buffer_size = 4M
sort_buffer_size = 5M
read_rnd_buffer_size = 5M
key_buffer_size = 72M
connect_timeout = 15
interactive_timeout= 15
wait_timeout = 20
concurrent_insert = 2
max_user_connections = 100
max_connections = 10000
tmp_table_size = 192M
low_priority_updates = 1
sql_mode = ""
local-infile = 0
default-storage-engine = InnoDB
table_definition_cache = 200000 # UPD
table_open_cache = 200000 # UPD
#max_open_files = 2048000
open_files_limit=80000
max_heap_table_size = 192M
tmp_table_size = 256M
ft_min_word_len = 3

#innodb = OFF
#ignore-builtin-innodb
#skip-innodb
innodb_file_per_table = 1
innodb_read_io_threads = 128
innodb_write_io_threads = 128
innodb_thread_concurrency = 6
innodb_buffer_pool_instances = 4 # Use 1 instance per 1GB of InnoDB pool size
innodb_buffer_pool_size = 8G # Use up to 70-80% of RAM & optionally check if /proc/sys/vm/swappiness is set to 0
innodb_file_per_table = 1
innodb_flush_log_at_trx_commit = 0
innodb_flush_method = O_DIRECT
innodb_log_buffer_size = 2048M
innodb_log_file_size = 4048M
innodb_stats_on_metadata = 0
innodb_max_dirty_pages_pct = 0
innodb_fast_shutdown = 1
innodb_strict_mode = 0
myisam_sort_buffer_size = 256M

unix_socket=OFF
[mysql]
no-auto-rehash

[mysqldump]
quick
quote-names
max_allowed_packet = 1000M

[myisamchk]
tmpdir = "/tmp"
key-buffer-size=64M
sort_buffer_size = 64M
read_buffer = 16M
write_buffer = 16M