MySQL Forums
Forum List  »  MySQL Workbench

Re: Import -> reverse engineer from mysql create script
Posted by: Michael G. Zinner
Date: December 20, 2007 04:07PM

What you should get is a 2nd schema tab sheet and the schema should be called Sakila. You have to select the 2nd tab to be able to see the objects of this schema.

If you do not get the 2nd schema, something is wrong.

The reason you get a 2nd schema is that the sakila CREATE script includes a CREATE DATABASE command that we parse and process.

If there is no CREATE DATABASE/SCHEMA or USE DATABASE/SCHEMA we are adding the schema objects to the first available schema.

Hope that helps.

Michael Zinner, Team Lead, Developer Tools
MySQL AB, www.mysql.com

Are you MySQL certified? www.mysql.com/certification

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Import -> reverse engineer from mysql create script
3077
December 20, 2007 04:07PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.