Cannot log in Neo4j server

前端 未结 2 1727
野的像风
野的像风 2021-02-19 19:09

On a fresh install of neo4j-community-2.2.4 I get the message \"Invalid username or password.\" when submitting the login form at localhost:7474/browser with the default usernam

相关标签:
2条回答
  • 2021-02-19 19:39

    Since you get an authentication error on your browser request which uses the default credentials neo4j:neo4j your database has already a different password configured. To reset it to default, stop neo4j, delete data/dbms/auth and start it again. Now you can use the default pw.

    0 讨论(0)
  • 2021-02-19 19:49

    In my case Neo4J windows services was not installed just followed below steps

    1. neo4j.bat install-services
    2. neo4j.bat status
    3. neo4j.bat start

    it worked, cheers

    0 讨论(0)
提交回复
热议问题