From: Joaquim H. <jo...@we...> - 2023-08-16 10:11:38
|
Maybe these can shed some light on what's happening, so it may not be in Webmin "core". https://stackoverflow.com/questions/76875569/warning-mysql-opt-reconnect-is-deprecated-and-will-be-removed-in-a-future-versi https://github.com/perl5-dbi/DBD-mysql/issues/354 If I read this correctly, it's due to an update by Ubuntu for *libmysqlclient* Maybe it's just something for us all to be aware of then. -joho On 2023-08-16 11:05, Ilia wrote: > Hello, > > This is not a Webmin issue. We don't set MYSQL_OPT_RECONNECT anywhere, > I don't think. > > You should check your applications which may call the > mysql_get_option() or mysql_options() functions with this option. |