peterlaursen wrote on Aug 14 2005, 03:49 PM:
Simply delete the charset's definition from the SQL-file using Notepad or another editor.
it is not a SQLyog issue – it is a MySQL issue!
[post=”6851″]<{POST_SNAPBACK}>[/post]
SQLyog uses MySQL's SHOW CREATE table statement in the generated dump file. The other option would be to read thru each and every columns definition and create the CREATE TABLE statement.
We prefer to use MySQL's SHOW CREATE table option because it is easier to keep up with the changes that MySQL does from version to version.