is it possible to use mysqli? On Wednesday, June 7, 2017 at 2:05:23 PM UTC-6, SPED MAKER wrote: > > i did have the same problem.. > You no need use a global variable available in app.yaml. > > the sample suggest to use: > > > 'mysql:unix_socket=/cloudsql/testproject-xxxxxx:us-central1:library;dbname=books', > but like you said, this method works to PDO.... > > to connect with mysql_connect you can use: > $server = ":/cloudsql/INSTANCE_CONNECTION_NAME"; > $user = 'root' > $pass = "pass"; > > mysql_connect ($server,$user,$pass); > > not forget to use :/cloudsql/... > > if to function to you, talk here please. > >
-- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-appengine+unsubscr...@googlegroups.com. To post to this group, send email to google-appengine@googlegroups.com. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/a32ad838-93dd-4ceb-8f8d-7625f0b63c8d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.