ISPConfig update e l’errore MySQL SQL_MODE NO_ENGINE_SUBSTITUTION

Se durante l’aggiornamento di ISPConfig viene visualizzato un errore MySQL relativo a SQL_MODE=NO_ENGINE_SUBSTITUTION, la soluzione più veloce è impostare tale parametro in MySQL. Accedere alla CLI di MySQL e digitate: SET GLOBAL SQL_MODE = “NO_ENGINE_SUBSTITUTION”; SET SESSION SQL_MODE = “NO_ENGINE_SUBSTITUTION”; SET SQL_MODE = “NO_ENGINE_SUBSTITUTION”; Bene, ora potete lanciare nuovamente ispconfig_update.sh enjoy!