Python script log in

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?

@scilab326

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

  1. Navigate to the Neo4j Aura Console in your browser.
  2. Copy the Connection URI of the instance you want to connect to. The URI is below the instance status indicator.