database structure

wxdqz

New Member
How can I extract database structure only. I currently use

mysqldump -h hostname -u user --opt dbname > db_bak.sql

to dump both the db structure and data. What is the option or method for retrieving the structure only.

Thanks,
Dave
 
Back
Top