Choose your SQL server:
AnySQL
MySQL
MS SQL Server
PostgreSQL
Oracle
SQL Anywhere
DB2
SQLite
Firebird
MaxDB

Subscribe to our newsletter

Service Center for MySQL online help

Prev  Table of Contents Next 

Changing connection properties


The Edit Connection Properties dialog allows you to specify task properties intended for connecting to MySQL server. See How to set task connection properties to learn how to open this dialog.

04.04.00.Connection_Props

Host name

Name or IP address of MySQL host (e.g. localhost).

Port number
TCP port number for connecting MySQL server (by default 3306).

User name
User name to login to MySQL .

Password
Password to login to MySQL server.

chboxConnect through the Secure SHell (SSH) tunnel
Check this option to establish connection to intermediate SSH server before connecting to a database and forward all MySQL commands through the secure tunnel.

SSH host name
Specifies a name or IP address of SSH server host.

SSH port
TCP port number for connecting SSH server (by default 22).

SSH user name
User name to login to Secure SHell.

SSH password
Password to login to Secure SHell.

Note that MySQL host name always should be set relatively to the SSH server. For example, if both of MySQL and SSH servers are located on the same computer, you should specify localhost as Host name instead of server's external host name or IP address.





Prev  Table of Contents Next