Finding MySQL Password and Dumping Databases

Discussion in 'MySQL' started by dalgic, Feb 5, 2009.

  1. #1
    Hi there people,

    does anybody know how to override a current database with an imported same type database. ?
     
    dalgic, Feb 5, 2009 IP
  2. crivion

    crivion Notable Member

    Messages:
    1,669
    Likes Received:
    45
    Best Answers:
    0
    Trophy Points:
    210
    Digital Goods:
    3
    #2
    Drop the first one tables and import new ones
    If you want to merge infos, thats easy too, skip creating tables again and import only insert queries
    everything with phpMyadmin for sure
     
    crivion, Feb 5, 2009 IP
  3. dalgic

    dalgic Active Member

    Messages:
    135
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    53
    #3
    thanks man, it worked.
     
    dalgic, Feb 5, 2009 IP