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-java8/cloudsql/README.md
+29-17
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,36 @@
1
1
# Cloud SQL sample for Google App Engine
2
-
This sample demonstrates how to use [Cloud SQL](https://cloud.google.com/sql/) on Google App Engine
2
+
3
+
This sample demonstrates how to use [Cloud SQL](https://cloud.google.com/cloudsql/) on Google App
4
+
Engine standard Java 8
3
5
4
6
## Setup
5
-
Before you can run or deploy the sample, you will need to create a [Cloud SQL instance)](https://cloud.google.com/sql/docs/create-instance)
6
7
7
-
1. Create a new user and database for the application. The easiest way to do this is via the [Google
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
-
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 beta sql connect <instance> --user=root`)
11
-
4. Note the **Instance connection name** under Overview > properties
12
-
(It will look like project:instance for 1st Generation or project:region:zone for 2nd Generation)
8
+
* If you haven't already, Download and initialize the [Cloud SDK](https://cloud.google.com/sdk/)
9
+
10
+
`gcloud init`
11
+
12
+
* If you haven't already, Create an App Engine app within the current Google Cloud Project
0 commit comments