这里写自定义目录标题

待解决问题

  • mac 安装neo4j之后输入默认密码neo4j后仍然 The client is unauthorized due to authentication

解决方法

  • 打开neo4j desktop
  • 点击Manage进入管理界面
  • 选择settings
  • 修改dbms.security.auth_enabled=false
  • apply应用生效
  • 重新进入ip:port(默认是localhost:7474)

更多推荐