You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want connect php-crud-api on MariaDB who accepts TLS connections only.
It's work if, in PHP code, I modify the function "getOptions" for adding those lines in mysql options block :
Currently the options aren't configurable, the commands are. I registered this as a feature request to make them configurable. In the meantime you can search for PDO::MYSQL_ATTR_FOUND_ROWS and add these options in the 'getOptions' method as a workaround. I'll keep this issue open as a feature request.
Hello.
I want connect php-crud-api on MariaDB who accepts TLS connections only.
It's work if, in PHP code, I modify the function "getOptions" for adding those lines in mysql options block :
There is a way to specify options for database connection in configuration ?
The text was updated successfully, but these errors were encountered: