Click here to Skip to main content
15,894,646 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Ok so I have this database in MS Access and I want to put it into a mysql database, when I do that what does my database look like in mysql does it convert all of my tables into mysql look and commands? I am assuming that is will not look like the Ms Access does. Also is it easier to make a database in MS Access and convert or just use the mysql right off the bat?
Posted

Well that depends on how you do it. You could keep the same tables or you could redesign the tables. Also you might want to change your design based on the capabilities of the target database.

If you are doing a quick port, and you don't have time for a major redesign, just keep things the same. MySQL should support everything that Access did, so it's unlikely that you will hit on any problems.
 
Share this answer
 
Here are an article that can answer some of your question and hopefully helps you through the transition.

Migrating from Microsoft SQL Server and Access to MySQL[^]
Migrating From MS Access To MySQL[^]

I don't how much helpful it would be, there is even a tool that can convert it for you
Access To MySQL[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900