A CREATE script exported by MySQL Workbench has syntax error on another computer
问题 I created a database on my computer, with MySQL 5.5 and MySQL Workbench 5.2.34 CE installed. Then i want to migrate the database to another computer, which has MySQL 5.0 installed. (I just need to migrate the schema, data are not needed) I use the MySQL Workbench's File -> Export -> Forward Engineer SQL CREATE script to generate db.sql script and copy it to the other computer. I type mysql < db.sql to create the database but only to receive an error. Error occurs here: DELIMITER $$ CREATE