PHP » PYTHON |
login |
register |
about
|
|
mysql_change_user(PHP 3 <= 3.0.13) mysql_change_user — Change logged in user of the active connection Description
int mysql_change_user
( string $user
, string $password
[, string $database
[, resource $link_identifier
]] )
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 be the current database after the user has been changed. If the new user and password authorization fails, the current connected user stays active. This function is deprecated and no longer exists in PHP. Parameters
Return ValuesReturns TRUE on success or FALSE on failure. Notes
See Also
|
more
Recently updated
more
Most requested
more
Last requests
|