Oracle MySQL specific FGLPROFILE parameters
dbi.database.dsname.mys.config
 
Defines an explicit configuration to read MySQL options from.
dbi.database.stores.mys.config = "/opt/myapp/etc/my.cnf" 
This parameter will be passed to the MySQL API function
 mysql_options((MYSQL*), MYSQL_READ_DEFAULT_FILE, filename
                    ).
It can be used to bypass reading the default MySQL configuration files, 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.