0

I think I can, But I read a FAQ form cloud sql page, as follows,

Q. Can I use languages other than Java or Python?
A.   Only Java and Python are supported for Google Cloud SQL.

What is it supposed to mean? What are they referring to? Can't I use cloud SQL for my PHP app?

I have another question, (I'm so naive to cloud app engine) I'm developing a PHP application locally, thought of upload it finally to google app engine. Is there any way of doing it locally connect Cloud SQL? So that I could make sure. Otherwise It's hard to update uploaded application thousands of times per day during development. Hope you understood my question.

1 Answer 1

2

Yes you can. See the documentation here for PHP and Cloud SQL: https://developers.google.com/appengine/docs/php/cloud-sql/

As for local development, you need to get an IP Address for your Cloud SQL instance, which is a paying feature.

What I also suggest is that you install a local MySQL instance on your development workstation, it's far easier. Just make sure to update your db settings before deploying your application to App Engine in order to switch to your Cloud SQL instance.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.