In a python script I am trying to log in. I am using host = "bolt://localhost:7687". I have tried the default user and pw "neo4j". I have also tried my google user name and password since I created a neo4j account with my google credentials. I have tried my google user name and the pw generated by neo4j when I created my account. I always get the message: Unable to connect to the Neo4j DBMS. Trying again. If I should use my google username do, I just use the name or the entire e-mail address? What should I be using?
host="bolt://localhost:7687" would indicate to connect to the Neo4j instance that is running on the same machine where python is installed. But if this is a Neo4j Aura instance then you will want to replace localhost
with the Aura hostname for your environment
- Navigate to the Neo4j Aura Console in your browser.
- Copy the Connection URI of the instance you want to connect to. The URI is below the instance status indicator.