Howdy,
I can't recover my database from a SQL Dump built by phpMyAdmin because of the following problem:
The dumb has sql commands for creating the tables, but has the command "UPDATE" rather than the "INSERT" data command. Since the DB is empty, I can't import the data because the update...