Mmm, software
Showing posts with label
schema
.
Show all posts
Showing posts with label
schema
.
Show all posts
Thursday, January 21, 2010
Dumping just your schema with MySQL dump
A simple one-liner :
mysqldump -u root -p mydatabasename --no-data=true --add-drop-table=false > test_dump.sql
With this command, you'll be prompted for your root password. I got this from
here
. Simple
Older Posts
Home
View mobile version
Subscribe to:
Posts (Atom)