Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

"The client is unauthorized due to authentication failure"

Tags:

neo4j

I just started to learn Neo4j.However, I come across a problem when connecting to Neo4j at the very beginning. As the image shown, it says "The client is unauthorized due to authentication failure." Any solutions?

My browser shows this

like image 910
Erin Li Avatar asked Jan 25 '17 15:01

Erin Li


1 Answers

For the command line, there is same situation. Give username and pass as argument. Like:

-u neo4j -p neo4j

like image 161
Peter Avatar answered Sep 18 '22 15:09

Peter