When using an X DevAPI session the following options are available to configure the connection.
Option |
Name |
Optional |
Default |
Notes |
---|---|---|---|---|
TCP/IP Host |
host |
- |
localhost, IPv4 host name, no IP-range |
|
TCP/IP Port |
port |
Yes |
33060 |
Standard X Plugin port is 33060 |
MySQL user |
user |
- |
MySQL database user |
|
MySQL password |
password |
- |
The MySQL user's password |
Supported authentication methods are:
PLAIN
MYSQL 4.1
URI elements and format.
ConnectURI1::= 'user' ':' 'password' '@' 'host' ':' 'port'