Hi everyone.

I need to convert an Access 2007 database to MySQL 5.5. The Access database has thirteen tables. My first thought on how to do this is to create the MySQL database and tables by hand and to write a program that connects to both databases, which gets the data from the Access database and inserts it into the MySQL database. Is this the way you folks would go about doing this? Or is there something that I'm missing that can make some or all of the steps that I said easier? Please advise me on how to handle this project.