how to create user with admin permission #8
Replies: 3 comments
-
|
Please let me know what version you are using, and how you are starting the service (docker vs on machine). Also, please provide the exact commands you ran that gave the errors as well as your neo4j.conf file so that I can help. |
Beta Was this translation helpful? Give feedback.
-
|
@jmsuhy @prathamgargg has included conf file and docker command. Can you please help. |
Beta Was this translation helpful? Give feedback.
-
|
The information you provided doesn’t help me identify the issue. Can you please tell me the steps to replicate this from a fresh gdb? Did you have an older Neo4j folder in your home directory? IE on Linux and osx - check ~/neo4j? FYI, more user management features are almost ready for the next push. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
when neo4j browser opens , i cannot create a admin user or create a database
this error comes -
"Writing in read access mode not allowed. Attempted write to neo4j"
Can somebody please help?
sure @jmsuhy
i am running via docker -
docker command ->
docker run
-p7474:7474 -p7687:7687
-v $HOME/neo4j1/data:/data
-v $HOME/neo4j/conf:/conf
-v $HOME/neo4j1/logs:/logs
-v $HOME/neo4j1/import:/var/lib/neo4j/import
-v $HOME/neo4j1/plugins:/plugins
--env NEO4J_AUTH=neo4j/password
--env NEO4J_dbms_security_allow__csv__import__from__file__urls=true
--env NEO4J_dbms_directories_import="import"
--env NEO4J_PLUGINS=["apoc-extended"]
graphstack/dozerdb:5.17.0.0-alpha.1
Beta Was this translation helpful? Give feedback.
All reactions