英文:
How to connect to the Neo4j importer using a Local DBMS from Neo4j Desktop
问题
我目前正在使用Neo4j桌面上的Neo4j数据库,我想要使用Neo4j导入工具,但我不知道在Neo4j导入工具中需要的凭据在哪里找到,我可以在哪里找到这些凭据?
英文:
I am currently using a Neo4j database on Neo4j desktop, I want to use the Neo4j importer but I do not know where to find the credentials asked for by the Neo4j importer, where can I find this?
答案1
得分: 0
您正在尝试使用的数据导入工具旨在与Neo4j Aura一起使用,而不是本地数据库安装。它要求服务器配置为使用SSL(因此仅支持bolt+s
和neo4j+s
URI方案)。
您应该使用不同的方法来导入数据到本地数据库安装。
英文:
The Data Importer that you are trying to use is intended to be used with Neo4j Aura, not local database installations. It requires the server to be configured to use SSL (so it only supports the bolt+s
and neo4j+s
URI schemes).
You should use a different approach to import data into local DB installations.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论