Hi All,
I have been using mysqldump for a while now, but have just come across a problem.
I am using the mysqldump program from PHP to dump the database into a file. This works fine.
I then try to feed that sql from the file back into mysql to recreate the database, like a backup procedure...