Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Rename Tab in Mysql Workbench

Can anybody post an explanatory line how to rename a tab in Mysql Workbench 6.2 ?

According to manual the function is there => http://dev.mysql.com/doc/workbench/en/wb-what-is-new-62.html but there is no a single blah how this option should be called.

I have also grepped through http://downloads.mysql.com/docs/workbench-en.html-chapter.tar.gz , the manual states that a tab may be renamed but there is no explanation how.

I have also tried function key F2, contextual menu and I have tried to dig something from the inbuilt functions but no result.

I am using Ubuntu 14.04

like image 837
ronline Avatar asked Mar 30 '15 17:03

ronline


1 Answers

To get the rename option into the contextual menu for an entity relational model has to user select the “MySql Model” tab and right click on the diagram in EER Diagram browser.

There is no contextual option for renaming Sql script tabs, the only way to attribute a specific name to a sql thumb is to save the script to a file.

like image 120
ronline Avatar answered Oct 08 '22 23:10

ronline