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

Request #16364 Add database user creation support
Submitted: 2009-06-22 21:38 UTC
From: richsage Assigned:
Status: Open Package: MDB2 (version 2.4.1)
PHP Version: 5.2.9 OS: Fedora Linux
Roadmaps: (Not assigned)    
Subscription  
Comments Add Comment Add patch


Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know! Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem : 31 + 36 = ?

 
 [2009-06-22 21:38 UTC] richsage (Rich Sage)
Description: ------------ Implement in the Manager module a method eg createUser(string $username, string $password, string $database, object $permissions) which would allow the creation of a database user with the supplied password and perhaps an object with relevant permissions (eg ALTER, GRANT etc), assigning the user to a database. Associated methods would allow the subsequent changing of passwords for users, and assignment of users to individual database.

Comments