Skip to content

Commit 5e1fa09

Browse files
committed
Clarified Cloud SQL proxy and service account instructions
1 parent bc61b3a commit 5e1fa09

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

appengine/wordpress/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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

6868
If you haven’t created a service account for the project, please
6969
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.
7272

7373
Run 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

Comments
 (0)