Skip to content

Commit

Permalink
cloud sql + local
Browse files Browse the repository at this point in the history
  • Loading branch information
sriharsha-sammeta committed Mar 4, 2018
1 parent 477cde4 commit a7924a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ If you don't have Python 2.7 in your system, then follow along:
1. Go to your code
2. go to app.yaml -> update `<YOUR_CONNECTION_NAME>` with `Instance connection name` you copied in previous step
3. likewise update `<YOUR_USERNAME>` with username and `<YOUR_PASSWORD>` with password.
4. Commit your code and push it to repo. It will trigger a build in Circle CI
5. Then go to `https://<your-gcloud-project-id>.appspot.com/databases` and you should see a list of schemas/databases that come by default in your mysql instance.
4. Commit your code and push it to repo. It will trigger a build in Circle CI.
5. Once your build has succeeded, then go to `https://<your-gcloud-project-id>.appspot.com/databases` and you should see a list of schemas/databases that come by default in your mysql instance.

#### (optional) connecting to SQL instance locally
1. Go to Home Page -> Menu -> SQL -> "mysql1" (or your instance name)
Expand Down

0 comments on commit a7924a1

Please sign in to comment.