Thanks, that works for the most part, however, when it gets to the mysql database, it errors out on the "db" table.
It says I have a syntax error near "User(User)" which is a key, and the last statement, in the table setup.
I've looked over the dump file and the syntax appears correct to me. I've also tried several different dump features such as complete inserts and extended inserts but have had no success.
At first I was dumping all of the databases and trying to import them back via one dump file, but I've also tried simply dumping the mysql database and this does not work either.
For reference, the current database is 3.23 and I've tried importing to both 4.0 and 3.23 but received the same error.
Is there something special I need to do for this database?
If it isn't clear from the description, the database is actually called mysql and it stores the permissions.
Once again, any assistance is greatly appreciated.
Thanks in advance.