I have a CentOS 7 box on which Mariadb 10.3.18 is installed from the mariadb repo. After recent update via yum, the mysqld is no longer accepting any command line parameters:
# mysqld --print-defaults
mysql: unknown option '--print-defaults'
it happens with any other parameters except --help. Is it a bug in the latest mariadb version or am I missing something?