Documentation Home
MySQL and Windows
Related Documentation Download this Excerpt
PDF (US Ltr) - 3.6Mb
PDF (A4) - 3.6Mb


MySQL and Windows  /  MySQL for Visual Studio  /  Enabling the MySQL Toolbar

5.3 Enabling the MySQL Toolbar

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 View, Toolbars, MySQL from the main menu. To position the MySQL toolbar within Visual Studio, do the following:

  1. From the main menu, click Tools and then Customize.

  2. In the Toolbars tab, select MySQL to highlight it. The check box should have a check mark to indicate that the toolbar is visible.

  3. Select a dock location from Modify Selection. For example, the following figure shows the MySQL toolbar in the Dock location: Left position. Other dock locations are Top, Right, and Bottom.

Figure 5.10 MySQL for Visual Studio Toolbar and Context Menu

The MySQL for Visual Studio Toolbar

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:

    Figure 5.11 The MySQL for Visual Studio Toolbar: Connections

    The MySQL for Visual Studio Toolbar: Connections

    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.