We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e1fa09 commit b338900Copy full SHA for b338900
appengine/wordpress/README.md
@@ -57,8 +57,8 @@ $ gcloud sql instances create wp \
57
Then change the root password for your instance:
58
59
```
60
-$ gcloud sql instances set-root-password wp \
61
- --password YOUR_INSTANCE_ROOT_PASSWORD # Don't use this password!
+$ gcloud sql users set-password root % \
+ --instance wp --password=YOUR_INSTANCE_ROOT_PASSWORD # Don't use this password!
62
63
64
To access this MySQL instance, we’ll use Cloud SQL Proxy. Follow
0 commit comments