| Server IP : 185.143.233.130 / Your IP : 185.215.232.195 Web Server : LiteSpeed System : Linux jambul.7ho.st 5.14.0-503.40.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Mon May 5 06:06:04 EDT 2025 x86_64 User : renecafe ( 1327) PHP Version : 8.1.33 Disable Function : show_source, system, shell_exec, passthru, exec, popen, proc_open MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /etc/ |
Upload File : |
# # 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-warnings = 0 log-error=/var/lib/mysql/jambul.7hostir.com.err performance-schema = 0 ft_min_word_len = 2 default-storage-engine = InnoDB innodb_file_per_table = 1 max_allowed_packet = 1073741824 #secure-auth = Off sql-mode = "" local-infile = 0 socket = "/var/lib/mysql/mysql.sock" skip-network skip-slave-start innodb_buffer_pool_size = 20G innodb_buffer_pool_instances = 20 query_cache_limit = 64M query_cache_size = 128M query_cache_type = 1 query_cache_min_res_unit = 2k max_connections = 2048 max_user_connections = 512 interactive_timeout = 20 wait_timeout = 600 connect_timeout = 6 thread_cache_size = 128 table_open_cache = 120000 table_definition_cache = 120000 sort_buffer_size = 16M read_buffer_size = 8M join_buffer_size = 2G key_buffer_size = 382M max_connect_errors = 50000 myisam_sort_buffer_size = 64M concurrent_insert = ALWAYS low_priority_updates = 1 tmp_table_size = 384M max_heap_table_size = 384M open_files_limit = 60000 plugin-load-add=auth_socket.so unix_socket=OFF [mysql.server] user = mysql [safe_mysqld] err-log = "/var/log/mysqld.log" [mysqldump] quick max_allowed_packet = 2G lock-tables = FALSE [mysql] no-auto-rehash [isamchk] key-buffer-size = 32M sort_buffer = 32M read_buffer = 16M write_buffer = 16M [myisamchk] key-buffer-size = 32M sort_buffer = 32M read_buffer = 16M write_buffer = 16M [client] socket = "/var/lib/mysql/mysql.sock"