I am using that exact package... it's pretty up to date. I used the comma delimited version and I think they have a mysql schema and instructions to import the data in the members area...
which format would be more compatible with MySql?
Microsoft® Access
Microsoft® Excel
dBASE IV
Comma-delimited ASCII
Comma delimited (CSV) is probably the best since it's a neutral (and human readable) format. You should be able to import it into a mysql database with a single LOAD DATA INFILE command.
Comment