database restore problem
i used to do weekly cron job to backup my 1GB vbulletin database :cpanel server
mysqldump -uusername -ppassword dbname >vb.sql
send it to another server remotely then restore it :
plesk server
mysql -uusername -ppassword dbname <vb.sql
the latest backup files for the last 2 weeks giving error message when i tried to restore each one of them
ERROR at line 26003:
but the old backup files ( 2months ago ) can be restored without any problem
how can i fix this problem?