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: cloud_sql/mysql/pdo/README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -65,14 +65,14 @@ $ php -S localhost:8080
65
65
66
66
Navigate towards http://localhost:8080 to verify your application is running correctly.
67
67
68
-
## Google App Engine Standard
69
-
70
-
To run on GAE-Standard, create an App Engine project by following the setup for these [instructions](https://cloud.google.com/appengine/docs/standard/php7/quickstart#before-you-begin).
68
+
To run on App Engine Flex, create an App Engine project by following the setup for these [instructions](https://cloud.google.com/appengine/docs/standard/php7/quickstart#before-you-begin).
71
69
72
70
First, update `app.yaml` with the correct values to pass the environment variables into the runtime.
73
71
72
+
Then, make sure that the service account `service-{PROJECT_NUMBER}>@gae-api-prod.google.com.iam.gserviceaccount.com` has the IAM role `Cloud SQL Client`.
73
+
74
74
Next, the following command will deploy the application to your Google Cloud project:
0 commit comments