Home
HTML
CSS
JS
PHP
Query
Mix
git
Search form
Search
You are here
Home
» Dumping your database schema without data to a file
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:
query