MySQL Connector Guide > MySQL Connections > MySQL Connection Properties
  

MySQL Connection Properties

The following table describes the MySQL connection properties:
Connection Property
Description
Runtime Environment
Runtime environment that contains the Secure Agent to access the MySQL database.
User Name
User name for the database login. The user name cannot contain a semicolon.
Password
Password for the database login. The password cannot contain a semicolon.
Host
Name of the machine that hosts the database server.
Port
Network port number used to connect to the database server. Default is 3306.
Database Name
Name of the MySQL database that you want to connect to.
Note: The database name is case sensitive.
Maximum length is 64 characters. Valid characters are alphanumeric and underscore characters.
Code Page
The code page of the database server. Select one of the following code pages:
  • - MS Windows Latin 1. Select for ISO 8859-1 Western European data.
  • - UTF-8. Select for Unicode data.
  • - Shift-JIS. Select for double-byte character data.
  • - ISO 8859-15 Latin 9 (Western European).
  • - ISO 8859-2 Eastern European.
  • - ISO 8859-3 Southeast European.
  • - ISO 8859-5 Cyrillic.
  • - ISO 8859-9 Latin 5 (Turkish).
  • - IBM EBCDIC International Latin-1.