MySQL Connector/Python Release Notes
Changes the user using username
and
password
. It also causes the specified
database
to become the default (current)
database. It is also possible to change the character set using
the charset
argument.
Syntax:
cnx.cmd_change_user(username='', password='', database='', charset=33)
Returns a dictionary containing the OK packet information.