Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
#CREATEUSER <NAME> <PASSWORD>

#ALTERUSER/#CHANGEUSERPASSWORD

Allows to change the password of a user

Code Block
#ALTERUSER <NAME> <PASSWORD>
#CHANGEUSERPASSWORD <NAME> <PASSWORD>

#DROPUSER

Removes the user with the given name.

Code Block
#DROPEUSER#DROPUSER <NAME>

#LOGIN

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

...