[google-appengine] Re: Using Cloud SQL database with Laravel

2017-05-07 Thread Adeel Ahmad
I have asked my question on Stack Overflow with the required details (http://stackoverflow.com/questions/43823624/connection-refused-connecting-to-google-cloud-sql). Would be great if someone could respond. Thank you. On Tuesday, May 2, 2017 at 10:34:31 PM UTC+5, Jordan (Cloud Platform Suppor

Re: [google-appengine] Re: Using Cloud SQL database with Laravel

2017-05-02 Thread 'Takashi Matsuo' via Google App Engine
Hi Adeel, Go to: https://console.cloud.google.com/apis/api/sqladmin.googleapis.com/overview?project=zoho-portal-159018 And see if the` Cloud SQL API` is enabled. Enable it if not. Just to make sure, you're sending the fake password in the previous e-mail, right? If not, I recommend you change it.

[google-appengine] Re: Using Cloud SQL database with Laravel

2017-05-02 Thread 'Jordan (Cloud Platform Support)' via Google App Engine
Google Groups is meant for general product discussions and not for technical support. If you require technical aid in connecting to your Cloud SQL instance from App Engine , you can post your setup and stacktrace on Stack Ov

Re: [google-appengine] Re: Using Cloud SQL database with Laravel

2017-04-28 Thread 'Justin Beckwith' via Google App Engine
+ a few PHP folks On Fri, Apr 28, 2017 at 11:14 AM, Adeel Ahmad wrote: > Hello Justin, > > Thank you for the reply. > > I have updated my app.yaml file according to the guideline you linked. > > runtime: php > env: flex > > runtime_config: > document_root: public > > # required on some platfor

[google-appengine] Re: Using Cloud SQL database with Laravel

2017-04-28 Thread Adeel Ahmad
Hello Justin, Thank you for the reply. I have updated my app.yaml file according to the guideline you linked. runtime: php env: flex runtime_config: document_root: public # required on some platforms so ".env" is not skipped skip_files: false env_variables: # The values here will override