adding different MySQL dbase to existing

Discussion in 'MySQL' started by jphelps, Oct 28, 2008.

  1. #1
    I have a script that I am looking for help or someone knowledgable with MySQL ETL to add another database to existing. They are different tables but the same consept. Recipes
     
    jphelps, Oct 28, 2008 IP
  2. Tom Thumb

    Tom Thumb Notable Member

    Messages:
    1,529
    Likes Received:
    55
    Best Answers:
    0
    Trophy Points:
    215
    #2
    You can export all the tables from on mysql db and import the tables into an existing db.
    Phpmyadmin is the way to go :)
     
    Tom Thumb, Oct 28, 2008 IP
  3. jphelps

    jphelps Peon

    Messages:
    3
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    But doing this does it line up so to speak and operate as usual? I really have no clue as to how to make t work.
     
    jphelps, Oct 28, 2008 IP
  4. byyp

    byyp Active Member

    Messages:
    614
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    85
    #4
    No, adding database to your existing database doesn't alter the tables. Nothing is over-written.

    It will be operating fine. If you are not sure how to execute the commands, I will suggest you to contact your hosting support as they help for this free of cost.:)
     
    byyp, Oct 28, 2008 IP
  5. jphelps

    jphelps Peon

    Messages:
    3
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Ok I have the data base uploaded, My big question is how or what to do so it coinsides with the preexisting tables that are already there, or so it falls in line with the preexisting. any help would be appreciated!!
     
    jphelps, Oct 29, 2008 IP