Switch to: V14V13V12V11V10V9V8V7V6V5

DROP USER

Syntax

DROP USER user_identifier, ...

Arguments

user_identifier

the name of deleted user.

Description

This command forces Valentina Server to delete users with names defined in the statement. This command is available for the ADMINISTRATOR of vserver only.

Possible Errors

  • ERR_CONNECTION_OPERATION_NOT_PERMITTED - Valentina is running in local mode or the query-issuer is not an administrator of Valentina Server.
  • ERR_CONNECTION_INVALID_USER_NAME_OR_PASSWORD - user mentioned in the query is not exist.

Examples

Example:

DROP USER User1;