MySQL Forums
Forum List  »  Newbie

Re: Help Needed - New To This
Posted by: Peter Brawley
Date: February 24, 2014 10:51AM

Probably the least problematic way to migrate an Access DB to MySQL is with the MySQL Workbench migration assistant.

Once you've done that successfully, you'll need to use mysqldump to maake an export dump of the DB.

Then use phpMyAdmin on your website to import that script.

Options: ReplyQuote


Subject
Written By
Posted
February 23, 2014 08:32PM
Re: Help Needed - New To This
February 24, 2014 10:51AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.