首页 > 数据库技术 > 详细

Orient数据库安装

时间:2020-07-10 20:06:14      阅读:81      评论:0      收藏:0      [点我收藏+]

安装包下载地址:https://orientdb.com/orientdb-enterprise/version-3-0/

Windows系统

安装包下载完成后,解压缩

环境变量中配置

ORIENTDB_HOME = 压缩后的目录 如 E:\Learn\Files\orientdb\orientdb-3.1.0

并将上述变量加到 Path 变量上。

 

而后进入安装文件目录,执行 server.bat 启动

E:\Learn\Files\orientdb\orientdb-3.1.0\bin\server.bat

 

启动后,界面会提示设置 root 账户对应密码,按要求输入即可。 (本机 root HAIyi123)

技术分享图片

 

密码设置完成后,能看到访问连接的URL

技术分享图片

 

 

浏览器访问该地址:

技术分享图片

 

 

二、orientdb客户端使用

2.1 链接服务端数据库

CONNECT remote:localhost root my_root_password

 

2.2 查看所有DATABASES

LIST DATABASES

 

2.3 创建DATABASES

CREATE DATABASE remote:localhost/GratefulDeadConcerts root ****

 

2.4 连接到特定的数据库

CONNECT remote:localhost/GratefulDeadConcerts admin admin

 

2.5 导入现有的database

IMPORT DATABASE /path/to/**db.gz

 

 

 

 

技术分享图片

 

Orient数据库安装

原文:https://www.cnblogs.com/daochangone/p/13280680.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!