Hi,
Any tips on how to connecto to a GCP Cloud SQL instance of MySQL???
Keep getting a timeout error as in some type of authentication problem.
Hi,
Any tips on how to connecto to a GCP Cloud SQL instance of MySQL???
Keep getting a timeout error as in some type of authentication problem.
@tohabibe
Hi,
The reason for your error may be because the connected party did not properly respond after a period of time. The possible reason for this can either be the database not being publicly accessible or requires whitelisting. Probable solution(s) can be:
You can refer the following documentation for common connector errors.
I hope this helps.