pem.createDatabaseUser
This method is supported by Operations starting from version 2.3.
This method creates new database user which can access specific database.
One can create only one user with particular name so the user can access only one database.
Name |
Type |
Short Description |
---|---|---|
|
int |
The ID of Database new User will be able to access |
|
string |
The name of new User |
|
string |
User's password |
Method will return an ID of created user.
The method has the following output parameters:
Name |
Type |
Short Description |
---|---|---|
|
int |
ID of the created User |