Participer au site avec un Tip
Rechercher
 

Améliorations / Corrections

Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.

Emplacement :

Description des améliorations :

Classe « connection »

Méthode mariadb.connection.change_user

Signature de la méthode change_user

def change_user(user, password, database) 

Description

change_user.__doc__

Parameters:
user: string
password: string
database: string

Changes the user and default database of the current connection.
In order to successfully change users a valid username and password
parameters must be provided and that user must have sufficient
permissions to access the desired database. If for any reasonßnauthorization fails, the current user authentication will remain.