Skip to content

Commit d66ed57

Browse files
DanilKorotenkobshaffer
authored andcommitted
Fix gcloud sql set-password for flex wordpress (GoogleCloudPlatform#824)
1 parent b65cb81 commit d66ed57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appengine/flexible/wordpress/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ for more details.
6363
Then change the root password for your instance:
6464

6565
```
66-
$ gcloud sql users set-password root % \
66+
$ gcloud sql users set-password root --host=% \
6767
--instance wp --password=YOUR_INSTANCE_ROOT_PASSWORD # Don't use this password!
6868
```
6969

0 commit comments

Comments
 (0)