MdbToMySQL is a tiny utility for all those programmers migrating a Microsoft Access database to MySQL.
Just pick the .MDB file and choose the tables to export. MdbToMySQL generates an SQL script file that can be easily imported via shell, phpmyadmin or similar tools. Also you have several options like structure/data export only and delete or truncate of tables before (re)creating and populating them.
FreewareFiles tested MdbToMySQL XP 0.9 on 2004-04-26 using leading
antivirus scanners and found it 100% Clean. It does not contain any form
of malware, spyware, viruses, trojans, etc. We will re-test each updated
version and remove the award as well as the program if found infected.
User Reviews
"Will corrupt data"
Reviewer: -Anon
Review Date: 2010-06-18
Average Rating (5 Votes ) 2.60
Pros: None
Cons: None
Other Thoughts: There is a bug in this software that creates mysql tinyint columns for mdb byte columns.
The mysql default for tinyint is signed, for byte it is unsigned.