Merging 2 MySQL db's

Discussion in 'MySQL' started by Ericsson, Oct 30, 2005.

  1. #1
    I bought a database of tutorials.

    Example
    INSERT INTO `tutorials` VALUES (36, 'Emoticon', 'Learn how to make cool emotions to express yourself!', 'July 27, 2005', 9, 'Nothin2lose', 'http://www.nothin2lose.net/?id=emotions', 10, 'pslogo.gif');
    
    Code (markup):
    How do I add these to my site?
    Example from site:
    INSERT INTO `tut_tutorials` VALUES (1, 'USB Cable End', 'Stephen Knox', 'http://www.stephenknox.com/tutorials/usbend/', 'Drawing', 1128701264, 1, 'This tutorial will teach you how to draw the plug end of a standard A-B USB cable.', 1128701409, 0, 0, 'uploads/USBCableEnd.jpg', 4);
    
    Code (markup):
     
    Ericsson, Oct 30, 2005 IP
  2. saintdw

    saintdw Peon

    Messages:
    453
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Not sure what you are asking.

    Are you asking on how to insert into a different table?
     
    saintdw, Oct 30, 2005 IP
  3. Ericsson

    Ericsson Well-Known Member

    Messages:
    986
    Likes Received:
    26
    Best Answers:
    0
    Trophy Points:
    135
    #3
    I want to merge the 2 db's but the new one has some fields missing..
     
    Ericsson, Nov 2, 2005 IP