Hi Thomas, Glad you like the Flex runtime.
re: mysqli You can specify the default socket name by having `php.ini` with the following (replace the CONNECTION_NAME with yours): ``` mysqli.default_socket= '/cloudsql/CONNECTION_NAME' ``` Also make sure the `sqladmin` api is enabled. You can confirm it by visiting: https://console.cloud.google.com/apis/api/sqladmin.googleapis.com/overview If it doesn't work, please share reproducible app with me so that i can take a look. Thanks, On Fri, Jun 23, 2017 at 6:17 AM Thomas Valadez <[email protected]> wrote: > Recently we became aware that our php55 standard environment wasn't going > to cut it since we need to be able to dynamically read and write files to > the system. So I decided to switch over to flex environment, which was a > breeze. Thanks Google, for making things so easy. > > However, there is one hang up. mysqli doesn't work. I detailed the errors > extensively here. > https://stackoverflow.com/questions/44708684/cannot-use-mysqli-in-php-flex-env-on-app-engine > > Is this possible, is there a way to get mysqli to work when it is > deployed? Any help, insight would be greatly appreciated. > > > -- > 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 [email protected]. > To post to this group, send email to [email protected]. > 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/6cfff77e-70ed-4bd4-b6ab-69888c0c03c1%40googlegroups.com > <https://groups.google.com/d/msgid/google-appengine/6cfff77e-70ed-4bd4-b6ab-69888c0c03c1%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- -- Takashi -- 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 [email protected]. To post to this group, send email to [email protected]. 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/CADWEYXjOUNwd2wUNYmkr-qP8yCCmksXTD8YZ09UPHAg27b3O%3DQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
