• The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Resolved Backup Lost connection to MySQL server

CGI1979

Basic Pleskian
Backup on Plesk 12.5 loses connection to mysql every night, always with different databases.

Not all the data was backed up into /var/lib/psa/dumps/clients/domains/domain.de/databases/ successfully. mysqldump: Error 2013: Lost connection to MySQL server during query when dumping table `artikel` at row: 414

How can I debug and solve this problem?
 
Thanks for you quick reply.

This works for the database:
mysqldump -uadmin -p`cat /etc/psa/.psa.shadow` --skip-extended-insert db > db.sql`date +%F.%s`.sql

This one says "OK" as well:
mysqlcheck -c db table_name -uadmin -p`cat /etc/psa/.psa.shadow`

We use automysqlbackup on that system, the dump is successful every time:
-- Dump completed on 2016-09-22 3:56:49
 
I have the same problem. mysqlcheck says ok for the table. automysqlbackup runs seamlessly.
How can this be debugged?

Not all the data was backed up into /var/lib/psa/dumps/domains/domainname/databases/dbname_1 successfully. mysqldump: Error 2013: Lost connection to MySQL server during query when dumping table `tablename` at row: 84851
 
Back
Top