mysqldump -d database > test_database.schema echo create database test_database | mysql mysql test_database < test_database.schema