Just an additional note, since I saw a related discussion where @Ilia mentioned that:
“The protocol is the same, but the MariaDB version of the driver is maintained by the MariaDB team and aims to match MariaDB features better.”
This makes perfect sense for my setup, since:
-
I’m using MariaDB 10.11.x only
-
DBD::MariaDBis fully functional on my system -
DBD::mysqlcannot be installed anymore on Rocky Linux 9.7 due to ABI conflicts -
Webmin still refuses to accept
DBD::MariaDBand continues to requireDBD::mysql
So this looks like a case where Webmin should support both drivers depending on the environment, instead of requiring only DBD::mysql.
Happy to run additional tests if needed!