• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

warning" code="msgtext

R

robert cervilla

Guest
Hello

I said, some time I have several problems with plesk backup via ftp, but it gives me the last error and yet it seems that if you, the lower the error which is as follows

<?xml version="1.0" encoding="UTF-8"?>
<execution-result status="warnings">
<object name="xxxxxxx.com" type="domain">
<message severity="error" code="msgtext">Unable to execute SQL: MySQL server has gone away</message>
</object>
<object name="foroxd.com" type="domain">
<message severity="warning" code="msgtext">Timeout occured during mysql query. Reconnecting.</message>
</object>
</execution-result>



Know someone who may be due to?

greetings and thanks
 
Hello,

Check /var/log/mysqld.log for possible errors.

Increase wait_timeout in /etc/my.cnf:

wait_timeout 20000

Restart MySQL and try to restore backup again.

Regards,
Denis.
 
Back
Top