W wxdqz New Member Aug 21, 2008 #1 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
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