@@ -61,14 +61,14 @@ $ gcloud sql instances set-root-password wp \
6161 --password YOUR_INSTANCE_ROOT_PASSWORD # Don't use this password!
6262```
6363
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.
6767
6868If you haven’t created a service account for the project, please
6969create 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.
7272
7373Run the proxy by the following command:
7474
@@ -220,6 +220,6 @@ Enjoy your WordPress installation!
220220[ cloud-sql-api-enable ] : https://console.cloud.google.com/flows/enableapi?apiid=sqladmin
221221[ app-engine-setting ] : https://console.cloud.google.com/appengine/settings
222222[ 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
224224[ credentials-section ] : https://console.cloud.google.com/apis/credentials/
225225[ php-docker ] : https://github.com/googlecloudplatform/php-docker
0 commit comments