| Server IP : 13.126.101.145 / Your IP : 216.73.217.47 Web Server : Apache/2.4.52 (Ubuntu) System : Linux ip-11-115-0-196 6.8.0-1039-aws #41~22.04.1-Ubuntu SMP Thu Sep 11 10:54:48 UTC 2025 x86_64 User : www-data ( 33) PHP Version : 8.3.17 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /etc/alternatives/ |
Upload File : |
# # The MySQL database server configuration file. # # You can copy this to one of: # - "/etc/mysql/my.cnf" to set global options, # - "~/.my.cnf" to set user-specific options. # # One can use all long options that the program supports. # Run program with --help to get a list of available options and with # --print-defaults to see which it would actually understand and use. # # For explanations see # http://dev.mysql.com/doc/mysql/en/server-system-variables.html # # * IMPORTANT: Additional settings that can override those from this file! # The files must end with '.cnf', otherwise they'll be ignored. # !includedir /etc/mysql/conf.d/ !includedir /etc/mysql/mysql.conf.d/ [mysqld] innodb_buffer_pool_size = 6G tmp_table_size = 64M max_heap_table_size = 64M table_open_cache = 4000 thread_cache_size = 50 max_connections = 300 wait_timeout = 300 # Limit binary logs to 7 days expire_logs_days = 7 # Limit each binary log file to 500MB max_binlog_size = 500M # Optional: disable general log if not needed general_log = 0 # Optional: limit slow query log size (needs logrotate for full management) slow_query_log = 1 slow_query_log_file = /var/log/mysql/mysql-slow.log long_query_time = 2