当前位置:   article > 正文

Neo4j社区版不支持多数据库_neo4j 社区版限制

neo4j 社区版限制

当你想在同一个Neo4J中创建多个database时,你需要看看你的版本,官网的原文解释如下:

The edition of Neo4j determines the number of possible databases:

Installations of Community Edition can have exactly one user database.

Installations of Enterprise Edition can have any number of user databases.

All installations include the system database.
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7

社区版的只能有一个用户数据库,商业版的可以创建多个数据库。system数据库主要用来存储用户信息,是每个版本都有的。

修改默认数据库

对于社区版,默认情况下的数据库名称为neo4j,你可以通过配置进行修改,在Neo4j的安装目录下打开文件/conf/neo4j.conf,修改如下配置:

# The name of the default database.
#dbms.default_database=neo4j
  • 1
  • 2

创建多图数据库

使用Neo4j Desktop 创建多图数据库,使用Neo4j Desktop你可以很方便的管理Neo4j服务,通过这个可以安装商业版的neo4J服务,这样是可以创建多图数据库的。
在这里插入图片描述

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/知新_RL/article/detail/753183
推荐阅读
相关标签
  

闽ICP备14008679号