Méthode sqlpriveMysqlOvhMyAdmin
retour à l'index du groupe
sqlpriveMysqlOvhMyAdmin
voidsqlpriveMysqlOvhMyAdmin (
stringsession,
stringserver,
stringfunction,
stringdatabase,
stringusername,
stringpassword
)
Description
Manage databases, users and grants (OVH management must be enabled)Paramètres
- stringsession : the session id
- stringserver : the server id
- stringfunction : the function (mysqlDatabaseAdd|mysqlDatabaseDrop|mysqlUserAdd|mysqlUserDrop|mysqlUserPasswordChange|mysqlPrivGrant|mysqlPrivRevoke|mysqlEasyAdd)
- stringdatabase : the database name (for mysqlDatabaseAdd|mysqlDatabaseDrop|mysqlPrivGrant|mysqlPrivRevoke functions)
- stringusername : the username (for mysqlUserAdd|mysqlUserDrop|mysqlUserPasswordChange|mysqlPrivGrant|mysqlPrivRevoke functions)
- stringpassword : the password (for mysqlUserPasswordChange function)