You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

#CREATEUSER

Creates a new user with a given name and password.

#CREATEUSER <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

  • No labels