Adding our contacts on Mysql

Discussion in 'Databases' started by wryfhk22, Apr 14, 2011.

  1. #1
    Hello,

    I am in the process of transferring data and contacts onto a Mysql database.
    I have had some help and am trying to get a software solution.

    So main features would be to migrate large amounts of data and contacts every day. The migration would be done manually.

    Thanks for the help.
     
    wryfhk22, Apr 14, 2011 IP
  2. jestep

    jestep Prominent Member

    Messages:
    3,659
    Likes Received:
    215
    Best Answers:
    19
    Trophy Points:
    330
    #2
    What format are the contacts in? Something like Navicat can be used to import a bunch of types of files. A CSV or delimited Taxt file or excel would be the easiest if you can get them into that format.
     
    jestep, Apr 14, 2011 IP
  3. EitanXOR

    EitanXOR Greenhorn

    Messages:
    30
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #3
    If you want to insert them manually, you can try phpmyadmin. However, if they're in a machine-readable format that a script can understand, it should be quite easy to automate this process. Can you give more details on the format of your data?
     
    EitanXOR, Apr 16, 2011 IP
  4. graformix

    graformix Member

    Messages:
    92
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    41
    #4
    Hello. As well take a look at DB conversion tools at dbconvert.com
     
    graformix, Apr 18, 2011 IP
  5. SamTech

    SamTech Peon

    Messages:
    14
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    yes, as mentioned by Jestep, you can use navicate, or mysql-front, sqlyog to get this done.
    All these three are the mysql management tools. You can easily export, import data records in bulk with the help of these tools
     
    SamTech, Apr 21, 2011 IP
  6. mygold

    mygold Peon

    Messages:
    1,164
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Yes, he is right. You could normally export data from your data base.
     
    mygold, Apr 25, 2011 IP