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
Use --skip-set-charset option.
--skip-set-charset
http://dev.mysql.com/doc/refman/5.1/en/mysqldump.html#option_mysqldump_set-charset