

* ssl_ca - Path to the certificate authority file * ssl_cert - Path to the public key certificate file
Idatabase code drivers#
MySQLi drivers accept an array with the following options: Whether or not to use an encrypted connection. The database schema, default value varies by driver. This is useful for distributedĪpplications where you might run manually written queries, and need the prefix to still be The character collation used in communicating with the database ( MySQLi only)Ī default table prefix that should be swapped with DBPrefix. The character set used in communicating with the database. True/false (boolean) - Whether database errors should be displayed. True/false (boolean) - Whether to use a persistent connection. The case must match the driver nameĪn optional table prefix which will added to the table name when running The name of the database you want to connect to.

The password used to connect to the database. The username used to connect to the database. The DSN connect string (an all-in-one configuration sequence). ForĮxample, to set up a “test” environment you would do this: Production, test, etc.) under a single installation, you can set up aĬonnection group for each, then switch between groups as needed. If, for example, you run multiple environments (development, You may optionally store multiple sets of connection You can specify as many failovers as you like.
