We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 343cc45 commit 2ae6628Copy full SHA for 2ae6628
user_guide_src/source/database/configuration.rst
@@ -66,16 +66,6 @@ add the config variables as a query string:
66
database character set), which are present in the rest of the configuration
67
fields, CodeIgniter will append them.
68
69
-Configuring a MySQL socket connection
70
--------------------------------------
71
-
72
-To connect to a MySQL server over a filesystem socket, the path to the socket should be specified in
73
-the ``'hostname'`` setting. CodeIgniter's MySQLi driver will notice this and configure the
74
-connection properly.
75
76
-.. literalinclude:: configuration/011.php
77
- :lines: 11-18
78
79
Failovers
80
---------
81
0 commit comments