Mmm, software
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
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment