File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Download a JSON key to use to authenticate your connection.
21211 . Use the information noted in the previous steps:
2222``` bash
2323export GOOGLE_APPLICATION_CREDENTIALS=/path/to/service/account/key.json
24- export CLOUD_SQL_CONNECTION_NAME=' <MY-PROJECT>:<INSTANCE-REGION>:<MY-DATABASE >'
24+ export CLOUD_SQL_CONNECTION_NAME=' <MY-PROJECT>:<INSTANCE-REGION>:<INSTANCE-NAME >'
2525export DB_USER=' my-db-user'
2626export DB_PASS=' my-db-pass'
2727export DB_NAME=' my_db'
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Download a JSON key to use to authenticate your connection.
21211 . Use the information noted in the previous steps:
2222``` bash
2323export GOOGLE_APPLICATION_CREDENTIALS=/path/to/service/account/key.json
24- export CLOUD_SQL_CONNECTION_NAME=' <MY-PROJECT>:<INSTANCE-REGION>:<MY-DATABASE >'
24+ export CLOUD_SQL_CONNECTION_NAME=' <MY-PROJECT>:<INSTANCE-REGION>:<INSTANCE-NAME >'
2525export DB_USER=' my-db-user'
2626export DB_PASS=' my-db-pass'
2727export DB_NAME=' my_db'
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Download a JSON key to use to authenticate your connection.
23231 . Use the information noted in the previous steps:
2424``` bash
2525export GOOGLE_APPLICATION_CREDENTIALS=/path/to/service/account/key.json
26- export CLOUD_SQL_CONNECTION_NAME=' <MY-PROJECT>:<INSTANCE-REGION>:<MY-DATABASE >'
26+ export CLOUD_SQL_CONNECTION_NAME=' <MY-PROJECT>:<INSTANCE-REGION>:<INSTANCE-NAME >'
2727export DB_USER=' my-db-user'
2828export DB_PASS=' my-db-pass'
2929export DB_NAME=' my_db'
You can’t perform that action at this time.
0 commit comments