The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
How to copy one table from one db to another?
Is it possible to copy a table from one database to another? How can I dump out the data/structure of one table from one database, and import it into another. If this is possible, please tell me the exact mysql syntax to use for each step through telnet. Thanks!
|
#2
|
||||
|
||||
http://www.mysql.com/doc/C/R/CREATE_TABLE.html
Code:
CREATE TABLE newDBname.newTblName ( rows... ) SELECT fields FROM oldDBname.oldTblName; |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|