When a SQL Editor tab is selected the most important item on the
main menu bar is . The Query item
features the following menu items:
: Causes all
statements in the SQL Query area to be executed, or only the
statements selected.
: Causes the
current SQL statement to be executed.
: Describes all
statements, or the selected statement.
: Describes the
current statement.
: Stop execution of the currently
running script.
: Reconnect to the
MySQL server.
: Creates a duplicate of the
current SQL Editor tab.
: Commits a database
transaction.
: Rolls back a
database transaction.
: Synchronizes with the live
server and refreshes views such as the live Overview
tabsheet.
: Commits any changes
you have made to the server.
: Discards any
changes you have made.
: This enables you to
export result sets to a file. Selecting this option displays
the Export Query Results to File
dialog. The dialog enables you to select which result set
you wish to export, the file format (CSV, HTML, XML) and the
name and location of the output file. Then click
Export to export the data.