Is there a simple method of converting the structure of an existing MS Access .mdb Database to a new MySQL database? I don't care so much about the data, just the table structures.
Recreating the entire DB using CREATE statements, etc... is going to suck! I'd appreciate any suggestions.