I don't have neo4j-admin in the C:\Program Files\Neo4j CE 3.2.0\bin folder. Do I need to download it?
On Tuesday, May 16, 2017 at 2:39:53 AM UTC-4, Michael Hunger wrote: > > 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 <[email protected] > <javascript:>> 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 [email protected] <javascript:>. >> For more options, visit https://groups.google.com/d/optout. >> > > -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
