Instance Id
som standard indeholder projekt-id. Så tilføj ikke eksplicit projekt-id igen.
Projekt-id:sampleapp
Forekomst-id:sampleapp:instance1
(Sådan opretter google cloud sql som standard)
Forbindelsesstreng:
Korrekt:
jdbc:google:mysql://sampleapp:instance1/dbname?user=root&password="+password+"useUnicode=true&characterEncoding=UTF-8";
I korrekte
jdbc:google:mysql://sampleapp:sampleapp:instance1/dbname?user=root&password="+password+"useUnicode=true&characterEncoding=UTF-8";