我正在使用 Neo4j 图形数据库并在浏览器上查看数据。因此,每当我运行代码时,我都需要更改 neo4j-server.properties 文件中的数据库位置字段。
当我尝试使用浏览器访问数据库时,出现以下错误:
Exception in thread "main" java.lang.IllegalStateException: Unable to lock store
[<DB path>], this is usually a result of some other Neo4j kernel running using
the same store.
是否可以在不锁定存储的情况下查看数据库?