Neo4j: Difference between revisions
Tomodachi94 (talk | contribs) m copyedit, add lead section, tag with {{Expansion}} |
updated command to something that works |
||
Line 7: | Line 7: | ||
=== Setting the initial password === | === Setting the initial password === | ||
< | <syntaxhighlight lang="bash"> | ||
export | sudo su | ||
neo4j-admin set-initial-password mySuperSecretPassword | export NEO4J_HOME=/var/lib/neo4j/ | ||
</ | neo4j-admin dbms set-initial-password mySuperSecretPassword | ||
</syntaxhighlight> | |||
Logging in using <code>cypher-shell</code> should now function. | Logging in using <code>cypher-shell</code> should now function. |