Submit Your Article Forum Rules

Results 1 to 2 of 2

Thread: Getting MS Access data into MySQL database

  1. #1
    Senior Member Dragonsi's Avatar
    Join Date
    Dec 2003
    Posts
    343

    Getting MS Access data into MySQL database

    Hi all,

    I am trying to find out a quick way of transfering details from a membership database stored in MS Access into the MySQL database used for a phpBB2 forums.

    I only need to transfer the follow:

    Name
    Email
    Username
    Password

    The other information required by the forums can be entered by the members on first login. There are over 500 entries, so doing it one by one is not an option.

    Any suggestions please? Also - what's the best way to view the MySQL database on a Windows system once downloaded from the server?
    www.westwalesweb.com
    Website development & ICT solutions.

  2. #2
    Junior Member
    Join Date
    Apr 2005
    Posts
    14
    i just did this myself for a project I am working on. I just exported to a text file(FILE->EXPORT), then select textfile and leave the options as is(DELIMITED) the only thing I would change is to seperate the fields by semicolon (;) so that when you import it to the table in MySQL it goes with no hiccups.

    Oh one thing...You are using PHPmyAdmin, right?

    If so then you will see a link at the bottom of one of the screens to import the data from a textfile to the table.

    If not, download it now.

Similar Threads

  1. Transfer data from excel/acess to a MySQL database
    By SuperTom in forum Database Discussion Forum
    Replies: 11
    Last Post: 01-22-2009, 11:42 AM
  2. Access to MySql to Access
    By Fendermate in forum Database Discussion Forum
    Replies: 3
    Last Post: 10-06-2005, 11:03 AM
  3. remote mysql database access questions
    By shilmy in forum Database Discussion Forum
    Replies: 3
    Last Post: 08-11-2005, 09:46 PM
  4. Posting Form Data to an Access (or SQL) Database
    By chrison600 in forum Database Discussion Forum
    Replies: 2
    Last Post: 07-21-2005, 06:39 PM
  5. Transfer data from Access to MySQL via PHP?
    By DarrenPWS in forum Database Discussion Forum
    Replies: 2
    Last Post: 02-11-2005, 06:36 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
  •