Error 2013 with MySQLDump
Hi there,
I am having troubles backing up a database using MySQLDump.
$ mysqldump -Q -e wikidatabase >> backup.sql
$ mysqldump: Error 2013: Lost connection to MySQL server during query when dumping table `text` at row: 4584
The database is a mixture of InnoDB and MyIsam tables, and it's large, but not huge. The table in 'text' is 40,000 records and is InnoDB.
What does this error really mean? I'm trying to automate the database backup, but this error is preventing me from doing it.
Subject
Views
Written By
Posted
Error 2013 with MySQLDump
4709
December 12, 2008 04:55PM
2385
December 25, 2008 07:57PM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.