Documentazione Relax
  • Introduzione
  • Guide
    • Come gestire le etichette sconto
    • Come creare un ordine fornitore dal venduto
    • Fatturazione Elettronica: elenco codici natura operazione
  • Fidelity Card
  • Vouchers
  • Preparazione Comanda
  • Gestione Asporto
  • Numeratori separati
  • Filtri Elenchi
  • Integrazione con Passepartout Welcome
  • Gestione multiazienda
  • Integrazione con Viva Wallet
  • Integrazione con Cerved
  • Come risolvere errore "MySQL server has gone away"
  • Creazione Lotti Mexal
  • Impostazioni
  • Passepartout Mexal
    • Videate Aggiuntive
    • Impostazioni Mexal
    • Impostazioni Articoli
    • Verifica di cassa
  • Relax Shaker Debug
  • Servizi
  • Import Articoli
  • Aggiornamenti
    • 🆕Aggiornamenti Relax
    • 🆕Aggiornamenti Relax-Mobile
    • Risorse
Powered by GitBook
On this page
  • Increase wait_timeout and max_allowed_packet

Was this helpful?

Come risolvere errore "MySQL server has gone away"

PreviousIntegrazione con CervedNextCreazione Lotti Mexal

Last updated 2 years ago

Was this helpful?

Increase wait_timeout and max_allowed_packet

Lanciare la query per ottenere il valore corrente:

SELECT @@wait_timeout, @@max_allowed_packet;

Aprire il file my.cnf e modificare i parametri:

wait_timeout=28800;
max_allowed_packet=107374182

Riavviare il server di mysql e controllare con la query sopra se il valore é stato modificato.

Sources

https://tableplus.com/blog/2018/11/mysql-server-has-gone-away-solved.html