You are here

Dumping your database schema without data to a file

From command line:

mysqldump --no-data --tables -u username -p dbname > outputfilename-schema.sql

code type: