OpenNebula / one

The open source Cloud & Edge Computing Platform bringing real freedom to your Enterprise Cloud 🚀
http://opennebula.io
Apache License 2.0
1.19k stars 472 forks source link

MySQL: When OpenNebula starts it shows warning: WARNING: MYSQL_OPT_RECONNECT is deprecated #6543

Closed paczerny closed 2 months ago

paczerny commented 3 months ago

Description When starting OpenNebula with MySQL version 8.0.34+ it shows warning: WARNING: MYSQL_OPT_RECONNECT is deprecated and will be removed in a future version

Check how to replace the MYSQL_OPT_RECONNECT flag, can we simply remove it? Make sure the change will be backward compatible.

Use case Be prepared for future MySQL version without the MYSQL_OPT_RECONNECT flag.

Interface Changes

Additional Context

Progress Status