Re: convert database items into text file
Ad 1) Right click in the Catalog palette (on the right where the schemata are listed) and select to create a new schema. After you have created the schema, right click on that and select to create a table.
Then the Table Editor will appear and you can create a table like you are used to from MySQL Workbench.
Ad 2) In order to connect to a MySQL Server you need MySQL Workbench Standard Edition. If you want to stick to the Community Edition you have to export the schemata you see in MySQL Query Browser to an SQL CREATE script first. You can do that with MySQL Administrator or mysqldump. In MySQL Workbench you can choose File -> Import to reverse engineer that database from the SQL CREATE file.
When you made your changes you can export as SQL CREATE script or SQL ALTER script via File -> Export. This file can then be executed using MySQL Query Browser from a script tab.
Michael Zinner, Team Lead, Developer Tools
MySQL AB, www.mysql.com
Are you MySQL certified? www.mysql.com/certification
Subject
Views
Written By
Posted
12005
October 17, 2008 02:55PM
4257
October 20, 2008 10:59AM
3294
October 20, 2008 02:19PM
Re: convert database items into text file
4036
October 27, 2008 11:49AM
2728
October 27, 2008 12:43PM
2344
October 28, 2008 08:39AM
2684
October 28, 2008 09:09AM
3160
October 29, 2008 10:15AM
2730
October 31, 2008 02:36AM
2894
November 01, 2008 02:58AM
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.