Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
03-27-2020 02:45 PM
I'm getting:
neobolt.exceptions.AuthError: The client is unauthorized due to authentication failure.
Using code:
from py2neo import Graph
graph = Graph("bolt://localhost:7687", user="neo4j", password="neo4j")
tx = graph.begin()
for name in ["Alice", "Bob", "Carol"]:
tx.append("CREATE (person:Person {name:{name}}) RETURN person", name=name)
alice, bob, carol = [result.one for result in tx.commit()]
Neither will it work with my custom password as set when I created the graph using the Neo4j Desktop tool.
Neither can I login with any combination to http://localhost:7474.
And I can't figure out where to enter in the first command on this password recovery page:
https://neo4j.com/docs/operations-manual/current/configuration/password-and-user-recovery/
namely, bin/neo4j stop
.
All the sessions of the conference are now available online