#CREATEUSER

Creates a new user with a given name and password.

#CREATEUSER <NAME> <PASSWORD>

#ALTERUSER/#CHANGEUSERPASSWORD

Allows to change the password of a user

#ALTERUSER <NAME> <PASSWORD>
#CHANGEUSERPASSWORD <NAME> <PASSWORD>

#DROPUSER

Removes the user with the given name.

#DROPUSER <NAME>

#LOGIN

Changes the login that is used by other commands like #QUERY

Parameters

Example

This example changes the user to "System" with password "manager"

#LOGIN System manager

#LOGOUT

Logs the current used user out

Parameters

Example

#LOGOUT