Important note: MySQL support was discontinued on most new servers as of 3/20/08. Accounts established after that date may not have access to MySQL.
The MySQL Query Browser is a GUI tool provided by MySQL AB for creating, executing, and optimizing queries in a graphical environment. You can
download this tool here.
Once installed on your computer, follow these steps to connect to your MySQL Database:
- Open MySQL Query Browser application
- Enter the server address in the "Server Host" text box. You can find this information in the MySQL manager in your control panel.
- Make sure the port is set to 3306
- Enter your username in the "Username" text box
- Enter your password in the "Password" text box
- Enter the database name in the "Default Schema" text box
- Click "OK"