Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

SQL - DROP USER

Removes a user from the current database. This feature was introduced in version 2.2

Syntax

DROP USER <user>
  • <user> Defines the user you want to remove.

NOTE: This is a wrapper on the class OUser. For more information, see Security.

Examples

  • Remove the user Foo:

    orientdb> DROP USER Foo
    

For more information, see,