While using the docker container, I noticed that the
system show databases
connects to localhost while the
:dbs
conects to the remote host
While using the docker container, I noticed that the
system show databases
connects to localhost while the
:dbs
conects to the remote host
Could you re-upload that photo/screenshot?
Just uploaded a screenshot
I'm sorry, I'm not sure I follow. I see that addresses is localhost here. How is your database set up, and what do you see with :dbs? What do you expect to see?
You're right, the list on top is from localhost. (im runing an identical setup locally)
The database is on a server using the neo4j docker image ... open ports etc.
Try this : http://54.92.212.180:7474/browser/
login is neo4j/test
I expect both these to list the same databases ... BUT:
this connects to the DB on server 54.92.212.180
:dbs
and this connects with localhost !!
show databases
Why would this happen? Is this expected behavior?