2006 MySQL server has gone away

Post Reply
User avatar
T4B
Posts: 160
Joined: Sat Jul 11, 2020 9:44 am
Been thanked: 5 times

hello I'm trying to install PrestaShop got this error

Code: Select all

General error: 2006 MySQL server has gone away
:cry: :cry:
User avatar
myVesta
Site Admin
Posts: 928
Joined: Fri Jun 19, 2020 9:59 am
Has thanked: 8 times
Been thanked: 6 times

in file

Code: Select all

/etc/mysql/mariadb.cnf
find

Code: Select all

wait_timeout=
interactive_timeout=
set

Code: Select all

wait_timeout=1800
interactive_timeout=1800
in SSH, as root, type:

Code: Select all

systemctl restart mysql
User avatar
T4B
Posts: 160
Joined: Sat Jul 11, 2020 9:44 am
Been thanked: 5 times

can I put back default values:

Code: Select all

wait_timeout=10
interactive_timeout=50
after prestashop installation?
User avatar
myVesta
Site Admin
Posts: 928
Joined: Fri Jun 19, 2020 9:59 am
Has thanked: 8 times
Been thanked: 6 times

I think yes.
Post Reply