Wählen Sie Ihren SQL-Server:
AnySQL
MySQL
MS SQL Server
PostgreSQL
Oracle
SQL Anywhere
DB2
SQLite
Firebird
MaxDB

Neuheiten abonnieren

Service Center for MySQL online help

Prev  Table of Contents Next 

Setting connection properties


Specify the options described below for connecting to MySQL server.

04.01.00.Add_Task.1
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