(PHP 5, PHP 7)
Changes the user of the specified database connection
bool mysqli::change_user ( string $user, string $password, string $database )
Object oriented style
Procedural style
bool mysqli_change_user ( mysqli $link , string $user , string $password , string $database )
Changes the user of the specified database connection and sets the current database.
In order to successfully change users a valid username and p