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
Did you try the --skip-comments option mentioned in the manual? Does it help?
http://dev.mysql.com/doc/refman/5.1/en/mysqldump.html#option_mysqldump_comments