Post by AdonaiEchadIs there any free software that will convert MS Access database to a MySQL database? Is this possible?
If you do a Google search for "convert access to mysql", you'll come up
with a lot of options. The method that I use requires no software other
than Access and MySQL. Export the Access database as a CSV file. Then
use LOAD DATA INFILE to import it to MySQL:
http://dev.mysql.com/doc/refman/5.0/en/load-data.html
If you use phpMyAdmin, it automates the whole process. Just select the
Import tab and select the appropriate options for importing a CSV file.
--
David Powers
Adobe Community Expert
Author, "Foundation PHP for Dreamweaver 8" (friends of ED)
http://foundationphp.com/