0 Credit Cards - Car Insurance - Personal Injury Lawyer Los Angeles - Cheap Loan - Flights

PDA

View Full Version : Merging 2 MySQL db's


Ericsson
Oct 30th 2005, 1:27 am
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');


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);

saintdw
Oct 30th 2005, 8:30 am
Not sure what you are asking.

Are you asking on how to insert into a different table?

Ericsson
Nov 2nd 2005, 5:08 am
I want to merge the 2 db's but the new one has some fields missing..