[client] #password=your_password port=3306 socket=/tmp/mysql.sock [mysqld] datadir="C:/laragon/data/mysql-8.4" port=3306 socket=/tmp/mysql.sock # === CONFIGURACIONES DE RENDIMIENTO OPTIMIZADAS === # Añadir estas líneas para mejorar rendimiento de widgets innodb_buffer_pool_size=512M query_cache_size=128M query_cache_type=1 # Configuraciones existentes mantenidas key_buffer_size=256M max_allowed_packet=512M table_open_cache=256 sort_buffer_size=1M read_buffer_size=1M read_rnd_buffer_size=4M myisam_sort_buffer_size=64M thread_cache_size=8 secure-file-priv="" explicit_defaults_for_timestamp=1 [mysqldump] quick max_allowed_packet=512M