@@ -61,14 +61,14 @@ $ gcloud sql instances set-root-password wp \
61
61
--password YOUR_INSTANCE_ROOT_PASSWORD # Don't use this password!
62
62
```
63
63
64
- To access this MySQL instance, we’ll use Cloud SQL Proxy. Please
65
- download an appropriate binary from
66
- [ the download page ] [ cloud-sql-proxy-download ] , make it executable.
64
+ To access this MySQL instance, we’ll use Cloud SQL Proxy. Follow
65
+ [ these instructions ] [ cloud-sql-proxy- download] to install the Cloud SQL Proxy
66
+ client on your local machine and make it executable.
67
67
68
68
If you haven’t created a service account for the project, please
69
69
create it on [ the Credentials section] [ credentials-section ] in the
70
- Console (Choose a new service account). Download the JSON key file and
71
- save it in a secure place.
70
+ Console (Choose a new service account). For the role, select Project > Owner.
71
+ Download the JSON key file and save it in a secure place.
72
72
73
73
Run the proxy by the following command:
74
74
@@ -220,6 +220,6 @@ Enjoy your WordPress installation!
220
220
[ cloud-sql-api-enable ] : https://console.cloud.google.com/flows/enableapi?apiid=sqladmin
221
221
[ app-engine-setting ] : https://console.cloud.google.com/appengine/settings
222
222
[ gcloud-sdk ] : https://cloud.google.com/sdk/
223
- [ cloud-sql-proxy-download ] : https://cloud.google.com/sql/docs/external#appaccess
223
+ [ cloud-sql-proxy-download ] : https://cloud.google.com/sql/docs/mysql/connect- external-app#install
224
224
[ credentials-section ] : https://console.cloud.google.com/apis/credentials/
225
225
[ php-docker ] : https://github.com/googlecloudplatform/php-docker
0 commit comments