SQL Dump to MySQL import - question

Oct 9, 1999
15,216
3
81
Does anybody know of a program that will allow me to take a SQL dump file and map fields to and import it into a MySQL server. I cant do a regular import for certain files since some files have a wrong table header / format in the SQL dump file.

The original files were in Access and I've been using a program MS Access to MySQL thing from bullzip but because some of the access files have the wrong table headers or not in the final database format, I need something that will take the SQL file allow me to map the tables on the import side and map the tables on the export side and import it in.