The optional MySQL toolbar includes MySQL specific functionality and links to external MySQL tools such as MySQL Workbench and MySQL Utilities. Additional actions are available from the context menu for each data connection.
After installing MySQL for Visual Studio, the MySQL toolbar is available by selecting
, , from the main menu. To position the MySQL toolbar within Visual Studio, do the following:From the main menu, click
and then .In the Toolbars tab, select MySQL to highlight it. The check box should have a check mark to indicate that the toolbar is visible.
Select a dock location from
. For example, the following figure shows the MySQL toolbar in theDock location: Left
position. Other dock locations are Top, Right, and Bottom.
The MySQL toolbar provides shortcuts to some of the main features of MySQL for Visual Studio:
MySQL Script Window: Opens a new MySQL script window using the selected connection. All available MySQL connections are listed in a submenu, which can be selected on the toolbar:
The MySQL script window supports the IntelliSense feature for easing MySQL script creation inside Visual Studio.
Debug MySQL Routine: Starts a debugging session on a selected MySQL stored routine inside Visual Studio.
MySQL Data Export Tool: Opens a new tabbed-window of the Data Export tool.
MySQL Workbench SQL Editor: Opens a new Workbench with an SQL editor window using the current MySQL connection, if MySQL Workbench has been installed.
MySQL Utilities Console: Opens a new console window for the MySQL Utilities tool, if it is installed.