File tree Expand file tree Collapse file tree
user_guide_src/source/database Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ Explanation of Values:
125125**pConnect ** true/false (boolean) - Whether to use a persistent connection.
126126**DBDebug ** true/false (boolean) - Whether to throw exceptions or not when database errors occur.
127127**charset ** The character set used in communicating with the database.
128- **DBCollat ** The character collation used in communicating with the database (``MySQLi `` only)
128+ **DBCollat ** The character collation used in communicating with the database (``MySQLi `` only).
129129**swapPre ** A default table prefix that should be swapped with ``DBPrefix ``. This is useful for distributed
130130 applications where you might run manually written queries, and need the prefix to still be
131131 customizable by the end user.
You can’t perform that action at this time.
0 commit comments