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...
›
Home
View web version