Why does the "Reset Pooled Connections" option not work for MySQL .NET Connector -
I am using the latest version of Net Connector (6.2.3). According to an option "recompatible connection reset" name exists, I have tried to disable it by using the following connection string:
data source = db; Database = DBName; UID = Username; Pwd = password; Max Pool size = 100; Charset = utf; Reset pool connection = no; I have tried the values of both "no" and "false", and have tried all three options for settings including "reconnected connections", "reset pollid connection", and "reset connections". However, all of these results are in the same error: The keyword is not supported Parameter name: Reset the stored connections
Looks like an error in the document, either this just
connection reset
When this is true, the connection state is reset when the pool is removed
>
Edit, further investigation shows that The 3 options were removed, the way back and up "connection reset" parameters some information)
Comments
Post a Comment