Documentation Home
X DevAPI User Guide for MySQL Shell in JavaScript Mode
Download this Manual
PDF (US Ltr) - 1.2Mb
PDF (A4) - 1.2Mb


2.2.2 Connection Option Summary

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

dbUser

-

MySQL database user

MySQL password

dbPassword

-

The MySQL user's password

Supported authentication methods are:

  • PLAIN

  • MYSQL 4.1

URI elements and format.

Figure 2.1 Connection URI

Content is described in the surrounding text.

ConnectURI1::= 'dbUser' ':' 'dbPassword' '@' 'host' ':' 'port'