MySQL Forums
Forum List  »  Backup

mysqldump: Error 2013 on nfs filesystem backup
Posted by: Doug Carter
Date: March 17, 2008 12:52PM

I'm getting this error:

mysqldump: Error 2013: Lost connection to MySQL server during query when dumping table `foo` at row: 45410

When backing up to a nfs mounted filesystem on CentOS. The database is a ~300MB MyISAM (version 5.0.54) database. If I backup locally it works OK.

The command I'm using is:

/usr/bin/mysqldump --opt -p -r /mnt/backupserver/backup.sql --database foo

This only seems to happen with large databases. Any tricks and/or missing options that will make this work?

TIA

Options: ReplyQuote


Subject
Views
Written By
Posted
mysqldump: Error 2013 on nfs filesystem backup
4392
March 17, 2008 12:52PM


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.