Hi again
I tried with some VPC connector, but i am not sure i get it.
Just to clarify, this is the only thing i want:
. Create a mysql database on Google Cloud
- Create an App Engine with Php 7.2
- Connect som php code to the mysql database over tcp port 3306
As i wrote everything works with the public ip of the mysql, if i run the php code from an external server. But as soon as the php code is running on the App Engine, it cant connect. Neither on the public ip or the private ip. I think you are right, need some VPC connector, but i dont get how to connect it properly.
Is this really that complicated for such a simple task? Or do i miss something?
Regards Charlotte