Jump to content

How can i migrate the data


fekaduw

Recommended Posts

hello all,

 

i had an access database which contain bulky data. now, am just planning to convert it by a mysql db. i've constructed the table but am not quite sure how i can migrate the bulky data i've in the access db to mysql. i tried to use a software but it didn't work out.

 

any help is highly appreciated

thanks

Link to comment
https://forums.phpfreaks.com/topic/39211-how-can-i-migrate-the-data/
Share on other sites

There is a lot of different ways....

 

You can write a custom conversion script that will extract the data from Access and insert it into MySQL.

You can export the data from Access, then, again using a custom script, insert it into MySQL.

There is a MySQL ODBC connector that you can use to go directly between Access and MySQL, however your table structure would have to be EXACTLY the same for it work...and even then there is no guarantee.

 

There is no easy way however...at least not without using some sort of conversion product...which probably isn't free.

 

Make sure you have a back up of both databases before you try anything......

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.