diff --git a/reference/pdo_mysql/reference.xml b/reference/pdo_mysql/reference.xml index 3d572eb625..c0ec8c41f6 100644 --- a/reference/pdo_mysql/reference.xml +++ b/reference/pdo_mysql/reference.xml @@ -1,5 +1,5 @@ - + @@ -60,6 +60,14 @@ + + port + + + The port number where the database server is listening. + + + dbname @@ -68,6 +76,15 @@ + + unix_socket + + + The MySQL unix socket (shouldn't be used with host + or port). + + + @@ -79,8 +96,16 @@ The following example shows a PDO_MYSQL DSN for connecting to MySQL databases: - + + + More complete examples: + +