Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 554 Bytes

Console-Command-Disconnect.md

File metadata and controls

26 lines (17 loc) · 554 Bytes
search
keywords
console
command
connection
disconnect
DISCONNECT

Console - DISCONNECT

Closes the currently opened database.

Syntax

DISCONNECT

Example

  • Disconnect from the current database:

    orientdb> DISCONNECT
    
    Disconnecting from the database [../databases/petshop/petshop]...OK
    

To connect to a database, see CONNECT. For more information on other commands, see Console Commands.