You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: appengine/cloudsql/README.md
+9-3Lines changed: 9 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -7,14 +7,20 @@ Before you can run or deploy the sample, you will need to create a [Cloud SQL in
7
7
1. Create a new user and database for the application. The easiest way to do this is via the [Google
8
8
Developers Console](https://console.cloud.google.com/sql/instances). Alternatively, you can use MySQL tools such as the command line client or workbench.
9
9
2. Change the root password (under Access Control) and / or create a new user / password.
10
-
3. Create a Database (under Databases) (or use MySQL with `gcloud sql connect <instance> --user=root`)
10
+
3. Create a Database (under Databases) (or use MySQL with `gcloud beta sql connect <instance> --user=root`)
11
11
4. Note the **Instance connection name** under Overview > properties
12
12
(It will look like project:instance for 1st Generation or project:region:zone for 2nd Generation)
0 commit comments