From e9fc8ec158c1c6ae7dc0e61f11f36cc0e3108b54 Mon Sep 17 00:00:00 2001 From: Sander Roobol Date: Tue, 19 Mar 2002 19:54:07 +0000 Subject: [PATCH] Clarified & cleared up mysql_change_user() a bit. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@74143 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/mysql.xml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/functions/mysql.xml b/functions/mysql.xml index 4fab2d781f..a021a4fd70 100644 --- a/functions/mysql.xml +++ b/functions/mysql.xml @@ -1,5 +1,5 @@ - + MySQL Functions MySQL @@ -278,18 +278,16 @@ mysql_change_user changes the logged in user of the current active connection, or the connection given by the optional link_identifier parameter. If a - database is specified, this will default or current database after - the user has been changed. If the new user and password + database is specified, this will be the current database after + the user has been changed. If the new user and password authorization fails, the current connected user stays active. + &return.success; - - - This function was introduced in PHP 3.0.13 and requires MySQL - 3.23.3 or higher. + 3.23.3 or higher. It is not available in PHP 4.