hi..
Sounds like the backup could be slightly corrupted, i would upload the .sql file to your new host in ASCII then advise your new host to install it, they may find an error, so you could try this yourself via phpmyadmin or via a cron command (if your host has cron features) if you find the line number of where the syntax error is you could open the sql file yourself via a text editor and edit the line or comment it out and re-upload it, i know this may a problem for the proper functioning of both apps but it's an option
see a guide for cron (restore database) below
---
Hi..
If you have a large .sql database to restore (over 10 megs for example) you can do this via your cpanel and cronjobs.
your host hasn't enabled shell access, and your phpmyadmin will only allow you to upload a few megs...so what to do?
Create a directory outside of your 'public_html' dir (in this example i'm gonna call my directory 'backup')
Upload your .sql database file to that 'backup' dir
Goto your cpanel > cronjobs
and simply type in this command :
---------------------------------
Code:
Content visible to verified customers only.
---------------------------------
You may be different to me in the '/home2/' section
and remember you have to have an
exsiting database to restore into.... do this via cpanel > mysqldatabases (remember the name used for the command above
database_name uploadfile.sql change the name to YOUR upload sql file
and thats it..
-T