Documentation Home
MySQL Connector/Python Developer Guide
Related Documentation Download this Manual
PDF (US Ltr) - 0.7Mb
PDF (A4) - 0.7Mb


MySQL Connector/Python Developer Guide  /  Connector/Python C Extension API Reference  /  _mysql_connector.MySQL.change_user() Method

11.6 _mysql_connector.MySQL.change_user() Method

Syntax:

ccnx.change_user(user='user_name,
                 password='password_val',
                 database='db_name')

Changes the user and sets a new default database. Permitted arguments are user, password, and database.