本章介绍如何从 OrientDB 命令行断开与特定数据库的连接。它会关闭当前打开的数据库。
以下语句是 Disconnect 命令的基本语法。
Note − 你只能在连接到特定数据库后才能使用此命令,并且它只会关闭当前正在运行的数据库。
Example
在此示例中,我们将使用与前一章中创建的同名数据库“demo”。我们将断开与 demo 数据库的连接。
orientdb {db = demo}> DISCONNECT
Disconnecting to database [plocal:/opt/orientdb/databases/demo] with user 'admin'…OK
orientdb>