Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 2.5.0b5

Request #19387 Add features to MDB2 Manager
Submitted: 2012-04-18 21:53 UTC
From: gerry Assigned:
Status: Open Package: MDB2 (version 2.5.0b3)
PHP Version: Irrelevant OS:
Roadmaps: (Not assigned)    
Subscription  


 [2012-04-18 21:53 UTC] gerry (Gerry Demaret)
Description: ------------ I have added some methods to the MDB2 Manager class. If they are useful, perhaps they can be added to the project? These are the methods, the diff is attached: function createUser($name, $host = '%', $password = null, $password_format_mysql = false) function updateUserPassword($name, $host = '%', $password = null, $password_format_mysql = false) function dropUser($user, $host = '%') function grantAllPrivileges($database, $user, $host = '%') function revokeAllPrivileges($database, $user, $host = '%')

Comments

 [2012-04-18 21:56 UTC] gerry (Gerry Demaret)