Currently I have a MySQL database (Version 5.0.26) that contains a very large table (MYISAM). The problem I’m having is when I try to restore the database backup (via MYSQLDUMP) it hangs up on the index of this table and reports a failure (Corrupted restore). My question is this...Is there a way to perform a full backup on this table and not include the index? Worse case, I figure I could just backup the data and rebuild the index post restore.