2006 MySQL server has gone away
2006 MySQL server has gone away
hello I'm trying to install PrestaShop got this error

Code: Select all
General error: 2006 MySQL server has gone away


Re: 2006 MySQL server has gone away
in file
find
set
in SSH, as root, type:
Code: Select all
/etc/mysql/mariadb.cnf
Code: Select all
wait_timeout=
interactive_timeout=
Code: Select all
wait_timeout=1800
interactive_timeout=1800
Code: Select all
systemctl restart mysql
Re: 2006 MySQL server has gone away
can I put back default values:
after prestashop installation?
Code: Select all
wait_timeout=10
interactive_timeout=50
Re: 2006 MySQL server has gone away
I think yes.