| Server IP : 23.111.136.34 / Your IP : 216.73.216.136 Web Server : Apache System : Linux servidor.eurohost.com.br 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64 User : meusitei ( 1072) PHP Version : 5.6.40 Disable Function : show_source, system, shell_exec, passthru, proc_open MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /etc/ |
Upload File : |
[mysqld] datadir=/var/lib/mysql socket=/var/lib/mysql/mysql.sock symbolic-links=0 default-storage-engine=InnoDB # Logs log-error="/var/log/mysqld.log" pid-file="/var/run/mysqld/mysqld.pid" # # # Conexões e performance max_connections=2500 open_files_limit=65535 max_allowed_packet=512M table_open_cache=10000 table_definition_cache=8192 back_log=512 # Performance geral thread_cache_size=100 thread_handling=one-thread-per-connection # Buffers join_buffer_size=4M sort_buffer_size=4M read_rnd_buffer_size=4M tmp_table_size=256M max_heap_table_size=256M # # # Query Cache (desligado corretamente) query_cache_type=0 query_cache_size=0 query_cache_limit=2M # # # InnoDB innodb_buffer_pool_size=24G innodb_buffer_pool_instances=12 innodb_log_file_size=1G innodb_log_buffer_size=256M innodb_file_per_table=1 innodb_flush_log_at_trx_commit=2 innodb_flush_method=O_DIRECT innodb_io_capacity=1000 innodb_io_capacity_max=2000 # # # MyISAM key_buffer_size=1G myisam_sort_buffer_size=128M myisam_max_sort_file_size=10G # # # Performance Schema (ativado corretamente) performance_schema=ON # Modo SQL ## Eltern editou em 22-06-2025 via ticket 576033 ##sql_mode sql_mode=NO_ENGINE_SUBSTITUTION #sql_mode=NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES BY ELTERN #