Copy mySQL table from one database to another
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;

Media Lab Overview
LIACS Homepage
MM Conf
ACM Multimedia
ACM ICMR
IAPR ICPR
Science Direct
IEEE Library
LIACS Publications
ACM Digital Library