• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

ERROR 2006 (HY000) at line 347: MySQL server has gone away

webviri

New Pleskian
Hello,

Im trying to replace a huge database via SSL and im getting the following error "ERROR 2006 (HY000) at line 347: MySQL server has gone away".

i have modified my.cnf file under etc/my.cnf is it the correct location or wrong?

i have also increased my wait_timeout and also increased my max_allowed_packet

is there any changes have to be made..?



Thanks!
 
Hello IgorG,

Thanks for your reply,


the content of my.cnf is:

[mysqld]
wait_timeout = 9000000
max_allowed_packet = 10240M
local-infile=0
datadir=/var/lib/mysql
socket=/var/lib/mysql/mysql.sock
user=mysql
# Disabling symbolic-links is recommended to prevent assorted security risks
symbolic-links=0

[mysqld_safe]
log-error=/var/log/mysqld.log
pid-file=/var/run/mysqld/mysqld.pid
wait_timeout = 9000000
max_allowed_packet = 10240M

[mysql]
wait_timeout = 9000000
max_allowed packet = 10240M


is it okey? kindly confirm please
 
Back
Top