Skip to content

Commit b338900

Browse files
committed
Updating SQL password command for new Cloud SDK command
1 parent 5e1fa09 commit b338900

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appengine/wordpress/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ $ gcloud sql instances create wp \
5757
Then change the root password for your instance:
5858

5959
```
60-
$ gcloud sql instances set-root-password wp \
61-
--password YOUR_INSTANCE_ROOT_PASSWORD # Don't use this password!
60+
$ gcloud sql users set-password root % \
61+
--instance wp --password=YOUR_INSTANCE_ROOT_PASSWORD # Don't use this password!
6262
```
6363

6464
To access this MySQL instance, we’ll use Cloud SQL Proxy. Follow

0 commit comments

Comments
 (0)