--
You received this message because you are subscribed to the Google Groups "Neo4j" group.
To unsubscribe from this group and stop receiving emails from it, send an email to neo4j+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
The embedded database doesn't have auth.For the server you can use `bin/neo4j-admin --set-initial-password "password"`Michael
On Tue, May 16, 2017 at 4:27 AM, Bill Nicholson <delmerwilli...@gmail.com> wrote:
I programmatically created a Neo4j DB now I need to change the default PW that goes with the Neo4j account. What's the secret?
// This works...
graphDb = new GraphDatabaseFactory().newEmbeddedDatabase( new File("c:\\Temp\\foo"));
Can I use the graphDB object, above, to change the password? Is there another way?
Thanks in advance!
--
You received this message because you are subscribed to the Google Groups "Neo4j" group.
To unsubscribe from this group and stop receiving emails from it, send an email to neo4j+un...@googlegroups.com.