Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

mysqldump

Status
Not open for further replies.

timgerr

IS-IT--Management
Jan 22, 2004
364
US
Is there a way to dump only the data and not the tables?
I need to dump all the databases from one database and import it to another. I don't want the table creation if it is in there.

Thanks,
timgerr

-How important does a person have to be before they are considered assassinated instead of just murdered?
-Need more cow bell!!!

 
use the -t flag for mysqldump (long version is --no-create-info)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top