how to create a file of mysql database schema? -
i need how dump database schema, not data.
our database has data.but want create database dump schema out data.
i think mysqldump dumps schema along data. there options can specify let me dump schema without data.
mysqldump --no-data databasename
or use mysqladministrator, phpmyadmin or other tool.
Comments
Post a Comment