Access to MySQL?

Discussion in 'MySQL' started by carl_in_florida, Sep 16, 2008.

  1. #1
    I have been trying to do this for a really long time now to no avail.

    Is there a (relatively) simple way to convert an access database to MySQL?

    Can you just export the tables as a csv and import it through MyPHPAdmin?
     
    carl_in_florida, Sep 16, 2008 IP
  2. wootty

    wootty Peon

    Messages:
    447
    Likes Received:
    22
    Best Answers:
    0
    Trophy Points:
    0
    #2
    wootty, Sep 16, 2008 IP
    carl_in_florida likes this.
  3. carl_in_florida

    carl_in_florida Active Member

    Messages:
    1,066
    Likes Received:
    63
    Best Answers:
    0
    Trophy Points:
    90
    #3
    thanks wootty. +green

    my problem is that the tables int he database are long quotes and include quotation marks, tabs and the likes. When I try to export to csv, the csv files don't work right.

    I think I will try to delete all commas, quotes and parenthesis before the export.
     
    carl_in_florida, Sep 18, 2008 IP
  4. mwasif

    mwasif Active Member

    Messages:
    816
    Likes Received:
    23
    Best Answers:
    1
    Trophy Points:
    70
    #4
    mwasif, Sep 18, 2008 IP
  5. M.Zeb Khan

    M.Zeb Khan Peon

    Messages:
    104
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Only way is, export it to Excel and then use the phpMyAdmin to import it, phpMyAdmin will do it even if your host doesn't allow the Load command.
     
    M.Zeb Khan, Sep 18, 2008 IP