Results 1 to 5 of 5
  1. #1
    fsmikwen is offline Novice
    Windows 2K Access 2003
    Join Date
    Nov 2009
    Posts
    9

    Access database to Mysql

    Hello,



    New on the forum so hello to all.

    I am needing to perform a migration between an Access database onto Mysql. Thing is is that I do not know how to transfer the data between both databases. Is there a software solution or should I use another solution?

    Thanks all!

  2. #2
    NTC is offline VIP
    Windows Vista Access 2007
    Join Date
    Nov 2009
    Posts
    2,392
    from the Access perspective it is an Export of table data.....from the mySQL perspective you need to go to their forum and ask this question.

    possibly you can link to the Access table from mySQL and do a one time MakeTable or AppendQuery to write the data into a mySQL table - - but fundamentally since you are going to mySQL you should seek advice in the mySQL forum

  3. #3
    Matrix's Avatar
    Matrix is offline Admin
    Windows XP Access 2003
    Join Date
    Jan 2005
    Posts
    519

  4. #4
    Join Date
    Nov 2009
    Location
    Adelaide
    Posts
    2

    Odbc

    using the ODBC driver you can find at http://dev.mysql.com/downloads/connector/odbc/3.51.html, you'll be able to set up a connection for mySQL that you can directly export tables to from Access.
    You will need to highligh the table you want to export then..

    External Data > Export > More

  5. #5
    Rainlover's Avatar
    Rainlover is offline Expert
    Windows XP Access 2003
    Join Date
    Nov 2009
    Location
    Queensland Australia
    Posts
    691
    Many things in Access do not Export to MySQL.

    Once you have migrated your Tables check things like AutoNumber. I believe you will have to reset this.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Access data page connection to MySQL
    By dkperez in forum Access
    Replies: 1
    Last Post: 09-29-2009, 06:02 AM
  2. How to Mirror Access in MySQL???
    By s3rvant in forum Database Design
    Replies: 0
    Last Post: 07-28-2009, 08:25 AM
  3. VBA Code To Work With MySQL
    By botts121 in forum Programming
    Replies: 0
    Last Post: 07-08-2009, 08:51 AM
  4. Access Database become inaccessible
    By samjoseph in forum Access
    Replies: 2
    Last Post: 07-01-2009, 01:01 AM
  5. Read only Access Database
    By Rameez in forum Access
    Replies: 7
    Last Post: 06-23-2009, 12:30 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums