PHP Tutorial





Español Français 中文 Deutsch Portuguese Japanese nederlands
   
 
PHP Topics
Introduction Introduction
Syntax Syntax
Data Types Data Types
Operators Operators
Control Structures Control Structures
Functions Functions
Pre-defined Function Pre-defined Function
Calendar Functions Calendar Functions
Date and Time Date and Time
Array Functions Array Functions
Array List Array Functions List1
Array Function List Array Functions List2
Math Functions Math Functions
PHP MYSQL Functions PHP Mysql Functions
File Handling File Handling
Error Handling Error Handling
DB Size DB Size
PHP Mail PHP Mail
String Tokens String Tokens
String Functions String Functions
String Functions List String Functions List1
String Functions List2 String Functions List2
Session Functions Session Functions
Cookies Functions Cookies Functions
Form Variables Form Variables
Running PHP from JS Running PHP from JS
Array To JS Array To JS
JS Array Array to PHP
Encryption Encryption
Common Header Common Header
Forums Ask Your Doubts
Scraps More about PHP
Feedback Feedback
 




mysql_change_user() Function in PHP


Tutorials »Php »

Topic

What is mysql_change_user function in PHP?
How does mysql_change_user() works?




Explanation

This mysql_change_user() function in php Change logged in user of the active connection.

Syntax

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 in 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 authentication fails, the current connected user stays active.

If the link identifier is not specified, the last link opened by mysql_connect() function is assumed. If no such link is found, it will try to create one as if mysql_connect() was called with no arguments. If by chance no connection is found or established, an E_WARNING level warning is generated.

This function is deprecated and no longer exists in PHP.





Other Links

web hosting