MySQL Forums
Forum List  »  Knowledge Base

Error 2013 with MySQLDump
Posted by: jeff perreault
Date: December 12, 2008 04:55PM

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.

Options: ReplyQuote


Subject
Views
Written By
Posted
Error 2013 with MySQLDump
4727
December 12, 2008 04:55PM
2390
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.