- the Host name or IP address - where the database is located
- the Port - port number used to access the database host
- the Database name - MySQL database name
- User name - user name used for connection, or blank if
not required
- User Password - user password for the connection, or blank
if not required
Note: If you are using a remote MySQL database and a dynamic
runner, these environment variables must be set in Configurations:
- MYSQLDIR=<mysql installation directory>
- MYSQL_UNIX_PORT=$MYSQLDIR/mysql.sock
- MYSQLPORT=<port used for mysql socket>