A default host IP/URL of the MySQLServer. This is required if you are not configuring multiple Pools
in {@link CFGDatabase.Pool} configurations and your MySQLServer is not on localhost; otherwise, optional. This
can also serve as a fallback server in the event that the other Pools are unreachable.
The user of the MySQLPool. (Serves as a default when defined in {@link CFGDatabase.Config})
The password of the MySQLPool. (Serves as a default when defined in {@link CFGDatabase.Config})
The database of the MySQLPool. (Serves as a default when defined in {@link CFGDatabase.Config})
The global host of any defined MySQLPool.
The interval -- in seconds -- at which to keep the Pool connection alive. This triggers the system to
ping each Pool at the specified interval to avoid connection loss.
A flag to enable/disable multiple-statements on the MySQLPool(s).
The debug flag of the MySQLPool(s).
The
globaloptions of aMySQLServerconnection. (_Configured in CFG.Database.Config).