I\'m trying to use mysqldump to export only the DB schema -- no data, no additional SQL comments, just the CREATE TABLE commands. Here\'s what I\'ve go
mysqldump
CREATE TABLE
mysql> SHOW CREATE TABLE mytablename;