Changes

Jump to: navigation, search

The MySQL Query Browser

1,103 bytes added, 18:46, 1 October 2007
New page: The MySQL Query Browser is a graphical tool designed to provide a user friendly environment in which to write and execute SQL statements. == Getting and Installing MySQL Query Browser == ...
The MySQL Query Browser is a graphical tool designed to provide a user friendly environment in which to write and execute SQL statements.

== Getting and Installing MySQL Query Browser ==

As with the MySQL Administrator, the MySQL Query Browser is not installed as part of the core MySQL software package. Both pre-built versions of the tool for Windows, Linux and Mac OS and the source code for the this tool can be obtained from:

[http://dev.mysql.com/downloads http://dev.mysql.com/downloads]

The Windows version of the GUI tools are supplied as an installer executable. To perform the installation, simply launch the installer once the download is complete.

The Linux version of the tools can be downloaded using RPM (note that the filenames may change for later releases or different Linux versions of the software):

<pre>
su -
rpm -ihv mysql-gui-tools-5.0r12-1rhel4.i386.rpm
rpm -ihv mysql-query-browser-5.0r12-1rhel4.i386.rpm
</pre>

On Windows, the MySQL Query Browser can be launched from the Desktop Start menu. On Linux, the tool is launched as follows:

<pre>
mysql-query-browser
</pre>

Navigation menu