摘要:
最近一个项目需要用到知识图谱,选用了neo4j图数据库,在这过程中遇到几个坑,记录一下 1.无法登录,疯狂提示“WebSocket connection failure. Due to security constraints in your web browser” 我的测试环境是在docker中 阅读全文
摘要:
neo4j 官方文档有说明,使用 neo4j-admin restore / dump 导出和恢复数据库的时候需要停掉数据,否则会报数据库正在使用的错误:command failed: the database is in use — stop Neo4j and try again 官方文档这样说 阅读全文