终于解决:Neo4j Neo.ClientError.Security.Unauthorized: The client is unauthorized due to authentication

1.在浏览器连接数据库时出现一下情况
终于解决:Neo4j Neo.ClientError.Security.Unauthorized: The client is unauthorized due to authentication_第1张图片
2.这个时候不要慌张,直接打开Neo4j Desktop的安装目录,找到neo4j的conf文件
终于解决:Neo4j Neo.ClientError.Security.Unauthorized: The client is unauthorized due to authentication_第2张图片
3. 打开这个文件,按 Ctrl+F 搜索dbms.security,找到dbms.security.auth_enabled=true
终于解决:Neo4j Neo.ClientError.Security.Unauthorized: The client is unauthorized due to authentication_第3张图片
4. 修改为dbms.security.auth_enabled=false
5. 重启数据库,就成功了!

你可能感兴趣的:(Neo4j,neo4j,数据库,图神经网络入门)