Jump to content

From Access To Mysql


yoursurrogategod

Recommended Posts

Hi all,

 

In my organization we have a small group that keeps track of medical terms in an Access database (they're secretaries and not very technically savvy, it works for them) and they'd like to take the contents of this database and move it to a web-app who's backend is a MySQL database. What would be the best way to make this conversion happen?

 

The version of Access is: 2007

Link to comment
Share on other sites

Writing the web app is going to be your biggest problem. Once you have it written, moving the data isn't all that difficult. You just need to either write a script which outputs your Access data in valid MySQL queries, or use a pre-existing piece of software.  This one was the first result in google.

Link to comment
Share on other sites

Writing the web app is going to be your biggest problem. Once you have it written, moving the data isn't all that difficult. You just need to either write a script which outputs your Access data in valid MySQL queries, or use a pre-existing piece of software. This one was the first result in google.

The web-app already exists. I was wondering how to move all of the data that's in Access into MySQL (over-writing all of the previous data in MySQL). Most options that I found online did not work (maybe I was looking in the wrong location?)

Link to comment
Share on other sites

MYSQL provided a tool called "Mysql Migration ToolKit" as part of the old GUI Tools (replaced by MYSQL Workbenck), afaik they will still supporting the Migration ToolKit until they release a plugin for Workbenck.

 

I have used myself the Migration Toolkit with Access in the pass and it works perfectly.

 

http://dev.mysql.com...-tools/5.0.html

Edited by mikosiko
Link to comment
Share on other sites

Correction to my previous post: ((it shows that has been a long time that I've not used the GUI tools)

 

MYSQL Workbench already has the Migration Plugin incorporated ... you must test if migration from Access is allowed , if that works then it should be one of the tools alternatives

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.