diff --git a/reference/pdo_mysql/reference.xml b/reference/pdo_mysql/reference.xml
index 4ef1dc5d512b..7f6835effa52 100644
--- a/reference/pdo_mysql/reference.xml
+++ b/reference/pdo_mysql/reference.xml
@@ -104,6 +104,26 @@
+
+ user
+
+
+ The name of the user for the connection. A user name given as the
+ second argument to the PDO constructor takes
+ precedence over one specified in the DSN.
+
+
+
+
+ password
+
+
+ The password of the user for the connection. A password given as the
+ third argument to the PDO constructor takes
+ precedence over one specified in the DSN.
+
+
+
unix_socket