diff --git a/functions/mysql.xml b/functions/mysql.xml
index 300ffaf1d9..7ec589c8a6 100644
--- a/functions/mysql.xml
+++ b/functions/mysql.xml
@@ -63,7 +63,7 @@
mysql_change_user
- Change logged in user on active connection
+ Change logged in user of the active connection
@@ -87,11 +87,11 @@
mysql_change_user changes the logged in user
- on the current active connection, or, if specified on the
- connection given by the link identifier. If a database is
+ of the current active connection, or the connection given by the
+ optional parameter link_identifier. If a database is
specified, this will default or current database after the user
- has been changed. If the new user/password combination fails to
- be authorized the current connected user stays active.
+ has been changed. If the new user and password authorization fails,
+ the current connected user stays active.
This function was introduced in PHP 3.0.13 and
requires MySQL 3.23.3 or higher.
@@ -101,7 +101,7 @@
mysql_close
- close MySQL connection
+ Close MySQL connection
Description
@@ -350,7 +350,7 @@
mysql_db_query
- Send an MySQL query to MySQL
+ Send a MySQL query
Description
@@ -424,7 +424,7 @@
mysql_errno
- Returns the number of the error message from previous
+ Returns the numerical value of the error message from previous
MySQL operation
@@ -1101,7 +1101,7 @@ mysql_close();
mysql_list_dbs
- List databases available on on MySQL server
+ List databases available on a MySQL server
@@ -1342,7 +1342,7 @@ mysql_close();
mysql_query
- Send an SQL query to MySQL
+ Send a MySQL query
Description