News
Collaboration
Media Projects
DevNotes
Audio/Video
Graphics
Internet
Prog. Lang.
Tips/Misc.
BetaWorks
Magic Video Project
ImageScape
LML Website(NEW)
Research
Content Based Retrieval
Interactive Video
Speech Interfaces
Virtual Studio
People
Archive
Copy mySQL table from one database to another
by: (10 Mar 2011)
This article gives a very short example how to copy a table from one database to another.
Copy table from one database to another
USE db2;
CREATE TABLE table2 LIKE db1.table1;
INSERT INTO table2
SELECT * FROM db1.table1;
Research Links
Media Lab Overview
LIACS Homepage
MM Conf
ACM Multimedia
ACM ICMR
IAPR ICPR
Science Direct
IEEE Library
LIACS Publications
ACM Digital Library