Server IP : 167.86.112.62  /  Your IP : 216.73.216.27
Web Server : Apache
System : Linux vps.hostingboliviaonline.com 3.10.0-1160.76.1.el7.x86_64 #1 SMP Wed Aug 10 16:21:17 UTC 2022 x86_64
User : hesfmvaw ( 1186)
PHP Version : 8.0.30
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON
Directory (0755) :  /opt/../etc/python/../modprobe.d/../python/../python/../

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : //opt/../etc/python/../modprobe.d/../python/../python/../my.cnf
#
# 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]
# Registro de errores
log-error=/var/lib/mysql/167-86-112-62.cprapid.com.err

# Aumentar uso de memoria y rendimiento general
innodb_buffer_pool_size=4G
innodb_log_file_size=512M
innodb_log_buffer_size=64M
innodb_file_per_table=1

# Tablas temporales en memoria
tmp_table_size=128M
max_heap_table_size=128M

# Cache y apertura de archivos
open_files_limit=65535
table_open_cache=4000
table_definition_cache=8192

# Mejora de conexiones
max_allowed_packet=256M
skip-name-resolve

# Performance schema para diagnósticos (activado)
performance_schema=ON

# Modo SQL compatible
sql_mode=NO_ENGINE_SUBSTITUTION

# Otros ajustes
unix_socket=OFF