Heray-Was-Here
Server : Apache
System : Linux msk.rackserver.ru 3.10.0-962.3.2.lve1.5.87.el7.x86_64 #1 SMP Tue Jan 28 09:38:56 UTC 2025 x86_64
User : pdez ( 1379)
PHP Version : 5.6.40
Disable Function : NONE
Directory :  /etc/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //etc/my.cnf
[mysql]
port = 3306
socket = /var/lib/mysql/mysql.sock

[mysqld]
performance-schema = 0
#skip-name-resolve
basedir = /usr
#bind_address = 0.0.0.0
bind_address = 127.0.0.1
sql_mode = ''
datadir = /var/lib/mysql
max_allowed_packet = 256M
max_connect_errors = 1000000
pid_file = /var/lib/mysql/mysql.pid
port = 3306
skip_external_locking
socket = /var/lib/mysql/mysql.sock
tmpdir = /tmp
user = mysql
default_storage_engine = InnoDB
innodb_buffer_pool_instances = 12     # Use 1 instance per 1GB of InnoDB pool size
innodb_buffer_pool_size = 24G    # 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 = 16M
innodb_log_file_size = 128M
innodb_thread_concurrency = 12
query_cache_limit = 6M
query_cache_size = 48M   # UPD
query_cache_type = 1
key_buffer_size = 100M
low_priority_updates = 1
concurrent_insert = 2
max_connections = 100
back_log = 512
thread_cache_size = 100
thread_stack = 192K
interactive_timeout = 120
wait_timeout = 120
join_buffer_size = 3M    # UPD
read_buffer_size = 2M    # UPD
read_rnd_buffer_size = 4M    # UPD
sort_buffer_size = 4M    # UPD
table_definition_cache = 8000  # UPD
table_open_cache = 8000  # UPD
open_files_limit=80000
max_heap_table_size = 128M
tmp_table_size = 128M
ft_min_word_len = 3     # Minimum length of words to be indexed for search results
log_error = /var/lib/mysql/mysql_error.log
log_queries_not_using_indexes = 1
long_query_time = 5
slow_query_log = 0     # Disabled for production
slow_query_log_file = /var/lib/mysql/mysql_slow.log

#unix_socket=OFF
[mysqldump]
quick
quote_names
max_allowed_packet = 64M

Hry