| Setting | Summary |
|---|
| Charset |
Sets the character set that Exponential uses when communicating with the database. |
| ConnectRetries |
Sets the number of database connection retries. |
| Database |
Sets the database to use when connecting to the database server. |
| DatabaseImplementation |
Sets the type of database you are using. |
| DatabasePluginPath |
Sets the path to an external database driver. |
| Host |
Sets the host that contains the database Exponential should use. |
| Password |
Sets the password that Exponential uses when logging in to the database. |
| SlaverServerDatabase |
The databases to use when logging in to the slaveservers. |
| SlaverServerPassword |
The passwords to use when logging in to the slaveservers. |
| SlaverServerUser |
The usernames to use when logging in to the slaveservers. |
| SlaveServerArray |
The hostnames of the slaveservers to use for read queries. |
| SlowQueriesOutput |
Show queries that where slower than a set amount of time. |
| Socket |
Sets the socket Exponential should use when connecting to the database. |
| SQLOutput |
Enables the output of SQL queries in the debug output. |
| Transactions |
Enables to make Exponential use transactions to ensure database integrity. |
| UseBuiltInEncoding |
Use the built in character conversion in the database if available. |
| UsePersistentConnection |
Controls if database connections should be kept open between Exponential runs. |
| User |
Sets the username that Exponential uses when logging in to the database. |
| UseSlaveServer |
Enables the usage of slave database servers for read queries. (MySQL only) |