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
"Modifying" the ConnectionSettings object passed to this method (by
creating a clone with updated properties) didn't persist the changes
anywhere. Now, all state specific to this session is stored in its
fields, so a session retrieved from the pool has the right state.
"Modifying" the ConnectionSettings object passed to this method (by
creating a clone with updated properties) didn't persist the changes
anywhere. Now, all state specific to this session is stored in its
fields, so a session retrieved from the pool has the right state.
When using the new mysql_clear_password functionality w/ pooling, the second request throws:
Without digging deeper, it looks like we may be loosing the SSL mode when getting a connection back from the pool.
Everything works as expected on the first request and when pooling is explicitly disabled.
Here's the connection string:
The text was updated successfully, but these errors were encountered: