• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

Error mysql in my console

jareczekjsp

Active Member
Joined
Jan 30, 2023
Messages
281
Solutions
1
Reaction score
29
GitHub
Jarek123
Hello guys I have problem,I use tfs 0.4and when I turn on my server is error in console

[12:45:31] >> Starting SQL connection
WARNING: MYSQL_OPT_RECONNECT is deprecated and will be removed in a future version
How I can fix it?Be cause I can not find how I can do it
 
Its a deprecation warning only, not an error

Code:
Note
Beginning with MySQL 8.0.34, the automatic reconnection feature is deprecated.
The related MYSQL_OPT_RECONNECT option is still available but now returns a deprecation warning to the standard error output if your application calls the mysql_get_option() or mysql_options() function with the option.

Expect automatic reconnection functionality to be removed in a future version of MySQL.
 
Back
Top