OrientDB列出數(shù)據(jù)庫

2018-12-22 10:36 更新

本章介紹如何從OrientDB命令行獲取實例中的所有數(shù)據(jù)庫的列表。
以下語句是info命令的基本語法。

LIST DATABASES

注意:您只能在連接到本地或遠(yuǎn)程服務(wù)器后使用此命令。

在檢索數(shù)據(jù)庫列表之前,我們必須通過遠(yuǎn)程服務(wù)器連接到localhost服務(wù)器。 需要提醒的是,連接到localhost實例的用戶名和密碼分別是guest和guest,這是在orintdb / config / orientdb-server-config.xml文件中配置的。
您可以使用以下命令連接到localhost數(shù)據(jù)庫服務(wù)器實例。

orientdb> connect remote:localhost guest 

它會詢問密碼。根據(jù)配置文件,guest的密碼也是guest。如果成功連接,您將獲得以下輸出。

Connecting to remote Server instance [remote:localhost] with user 'guest'...OK 
orientdb {server = remote:localhost/}>

連接到localhost數(shù)據(jù)庫服務(wù)器后,可以使用以下命令列出數(shù)據(jù)庫。

orientdb {server = remote:localhost/}> list databases

如果成功執(zhí)行,您將獲得以下輸出:

Found 6 databases: 
* demo (plocal) 
* s2 (plocal) 
* s1 (plocal) 
* GratefulDeadConcerts (plocal) 
* s3 (plocal) 
* sample (plocal) 
orientdb {server = remote:localhost/}>
以上內(nèi)容是否對您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號
微信公眾號

編程獅公眾號