Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions reference/pdo_mysql/reference.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,26 @@
</para>
</listitem>
</varlistentry>
<varlistentry>
<term><literal>user</literal></term>
<listitem>
<simpara>
The name of the user for the connection. If you specify the user name
in the DSN and pass it as the second argument, PDO ignores the value of
the user name in DSN.
</simpara>
</listitem>
</varlistentry>
<varlistentry>
<term><literal>password</literal></term>
<listitem>
<simpara>
The password of the user for the connection. If you specify the
password in the DSN and pass it as the third argument, PDO ignores the
value of the password in DSN.
</simpara>
</listitem>
</varlistentry>
<varlistentry>
<term><literal>unix_socket</literal></term>
<listitem>
Expand Down