File Manager V1.5

[SYSTEM@ROOT]: /etc/
INJECT_FILE:
NEW_ENTRY:

FILE_CONTENT: my.cnf

[client-server]
!includedir /etc/my.cnf.d

[mysqld]
wait_timeout=300
interactive_timeout=300
performance-schema = 0
datadir = /var/lib/mysql
socket = /var/lib/mysql/mysql.sock
symbolic-links = 0
log-error = /var/log/mysqld.log
innodb_buffer_pool_size = 16096M
innodb_file_per_table = 1
open_files_limit=80000
key_buffer_size = 128M
max_allowed_packet = 1G
max_connections = 300
max_user_connections = 15
connect_timeout = 10
sort_buffer_size = 2M
read_buffer_size = 2M
read_rnd_buffer_size = 8M
myisam_sort_buffer_size = 64M
query_cache_size = 32M
query_cache_limit = 16M
query_cache_type = 1
innodb_fast_shutdown = 0
innodb_log_file_size = 1500M
server-id = 1
join_buffer_size = 128M
tmp_table_size = 512M
max_heap_table_size = 512M
table_open_cache = 3000
performance_schema = ON
open-files-limit = 32000
collation_server = utf8_unicode_ci
character_set_server = utf8
sql_mode = "NO_ENGINE_SUBSTITUTION"
innodb_adaptive_hash_index = 0
tmpdir = /mysql_tmp
max_connect_errors = 10000
unix_socket = OFF

default-storage-engine = InnoDB
innodb_flush_log_at_trx_commit=2
innodb_flush_neighbors=0
innodb_flush_method=O_DIRECT
innodb_io_capacity=2000
innodb_random_read_ahead=ON

[mysqldump]
quick
max_allowed_packet = 1G

[mysql]
no-auto-rehash

[myisamchk]
key-buffer-size = 256M
sort_buffer_size = 256M
read_buffer = 2M
write_buffer = 2M

[mysqlhotcopy]
interactive-timeout

[ KEMBALI ]