Neo4j: Difference between revisions
Appearance
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. |
Latest revision as of 17:52, 14 May 2025
☶︎
This article or section needs to be expanded. Further information may be found in the related discussion page. Please consult the pedia article metapage for guidelines on contributing.
Neo4j is a graph database implemented in Java.
NixOS
Setting the initial password
sudo su
export NEO4J_HOME=/var/lib/neo4j/
neo4j-admin dbms set-initial-password mySuperSecretPassword
Logging in using cypher-shell
should now function.