Posted by jundolor on January 8, 2008 at 11:26am
Happy new year to all!!!
I'm about to complete the Drupal site I'm working on. I'd like to know if there is an automated way to migrate information from MS Access database to the MySQL database used by Drupal.
Thanks, Jun D!
Like a rhinestone cowboy, riding on a horse in a star-spangled rodeo

Comments
Migrating from MS Access to Drupal/ MySQL
Try this link, http://www.kitebird.com/articles/access-migrate.html.
The manual way is to export your database schema and data. You can then use load command in mysql. Some GUI can help. Be careful though for data types that are not the same for both databases.
Rick