views:

235

answers:

0

I have tried MySQL Workbench to create database diagrams. There is a function that lets you export your database schema as a SQL file. But this file is rejected by MySQL Administrator and will not be processed, with a message that the SQL file is generated by mysqldump program. Is there another way to process this file so that I don't have to create the database schema after designing it in the MySQL Workbench?