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 3c48a7f commit 9808d4aCopy full SHA for 9808d4a
1 file changed
reference/pdo_mysql/reference.xml
@@ -104,6 +104,26 @@
104
</para>
105
</listitem>
106
</varlistentry>
107
+ <varlistentry>
108
+ <term><literal>user</literal></term>
109
+ <listitem>
110
+ <para>
111
+ The name of the user for the connection. If you specify the user name
112
+ in the DSN and pass it as the second argument, PDO ignores the value of
113
+ the user name in DSN.
114
+ </para>
115
+ </listitem>
116
+ </varlistentry>
117
118
+ <term><literal>password</literal></term>
119
120
121
+ The password of the user for the connection. If you specify the
122
+ password in the DSN and pass it as the third argument, PDO ignores the
123
+ value of the password in DSN.
124
125
126
127
<varlistentry>
128
<term><literal>unix_socket</literal></term>
129
<listitem>
0 commit comments