Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 730 Bytes

Console-Command-Drop-Server-User.md

File metadata and controls

25 lines (15 loc) · 730 Bytes

Console - DROP SERVER USER

Drops a server user. In order to drop the user the current system user that is running the console, must have the permissions to write the file $ORIENTDB_HOME/config/orientdb-server-config.xml. For more information look at OrientDB Server security. Since v 2.2.

Syntax

DROP SERVER USER <user-name>

Example

orientdb> drop server user editor

Server user 'editor' dropped correctly

See also

This is a command of the Orient console. To know all the commands go to Console-Commands.