-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Need a place to add connection parameters in config.yml #18
Comments
Issue has not been resolved in 4 weeks now and extending the server connection timout is not a proper solution as the issue persists when the server is idle w/o users for several days: [09:06:41 INFO]: XXXXXXXXXX[/127.0.0.1:44962] logged in with entity id 16648 at ([normal_world]-163.83902391173444, 75.47098541311021, 405.4080493605847) |
Thanks, I will look into this as soon as possible, sorry it's hard to handle more than 40 support tickets a day and I hope you understand |
will be added in the upcoming update |
Awesome, thank you very much!!!
…On Mon, Apr 12, 2021 at 8:46 AM LoneDev ***@***.***> wrote:
will be added in the upcoming update
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#18 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AP37TYWL6NXF5MM3UDTW43LTIMBVRANCNFSM4ZDQICXQ>
.
--
TomV
5754050135
|
no problem, I hope it's not too late and sorry for the wait |
Most plugins support MySQL storage have a line to add extra connection parameters, as shown below. Please add a line in the config to add a parameter string as shown below. The two most critical ones that I use are the "useSSL=" and "autoReconnect=" values.
Example parameter string:
flags: "?useUnicode=true&characterEncoding=utf-8&useSSL=false&autoReconnect=true"
See this site for a listing of parameters:
https://dev.mysql.com/doc/connector-odbc/en/connector-odbc-configuration-connection-parameters.html
Because I cannot set these values in the config the connection will eventually timeout and is lost, and you get stuff like this in the console. https://pastebin.com/dnvHdCn8
I have extended the MySQL server connection timeout, to compensate for this....but having the ability to set the client side "autoReconnect=true" parameter is a much better solution.
Thanks,
-Tarlak333
The text was updated successfully, but these errors were encountered: