Oracle MySQL / MariaDB specific FGLPROFILE parameters

dbi.database.dsname.mys.config

Defines an explicit configration to read MySQL options from

dbi.database.stores.mys.config = "/opt/myapp/etc/my.cnf"

Set this parameter will be passed to the MySQL API function mysql_options((MYSQL*), MYSQL_READ_DEFAULT_FILE, filename ).

It can be used to bypass the default MySQL configuration files reading, to define database client settings in the [client] group, such as the client character set with the default-character-set option.
Note:

On Microsoft™ Windows™ platforms, the configuration file must be in DOS format.