Online Documentation for SQL Query for MySQL
Setting connection properties
Enter the necessary settings to establish connection to MySQL server.
Host name
Type in, or use the drop-down list to specify the host name of the MySQL server.
For both types you should enter MySQL port to connect through in the Port field ('3306' is default).
Afterwards you should specify authorization settings: User name and Password. The default superuser name is 'root' and the default password is empty.
Register a single database
Check this option if you wish to register one database at the host.
Use Tunneling
If this option is checked, you should set tunneling parameters at the Specifying tunneling parameters step of the wizard.
SSH tunneling
Select this option to establish connection to an intermediate SSH server and forward all MySQL commands through the secure tunnel. The next step of the wizard allows you to define the corresponding parameters for SSH tunneling.
HTTP tunneling
Select this option to access MySQL server through the HTTP protocol in case of Internet access through HTTP proxy only, or if the server does not allow direct connections to MySQL, but allows HTTP connections. The next step of the wizard allows you to define the corresponding parameters for HTTP tunneling.
If the Register a single database option has been unchecked, you should also specify the databases you wish to be registered at the host. To select a database, you need to move it from the Available databases list to the Selected databases list. Use the buttons or drag-and-drop operations to move the databases from one list to another.
Click the Next button to proceed to the Setting registration options step of the wizard, or to the Specifying tunneling parameters step (if SSH tunneling or HTTP tunneling is used).