Re: [google-appengine] Re: PHP app engine cannot connect to cloud sql

2017-06-02 Thread Subash PS
> On Sun, May 28, 2017 at 8:29 PM Subash PS wrote: > >> I amm also facing the same issue >> >> app.yaml >> >> env: flex >> runtime: php >> runtime_config: >> document_root: . >> env_variables: >> # Replace project, instance, da

[google-appengine] Re: PHP app engine cannot connect to cloud sql

2017-05-28 Thread Subash PS
I amm also facing the same issue app.yaml env: flex runtime: php runtime_config: document_root: . env_variables: # Replace project, instance, database, user and password with the values obtained # when configuring your Cloud SQL instance. MYSQL_DSN: mysql:unix_socket=/cloudsqlxxx