You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem is, that the difference between MySQL and MariaDB are not respected.
For MariaDB the log-err will be 'mariadb' => { 'log-err' => foo } but in the module 'mysql' => is hard coded, so an ugly override of mysql must be done. But for the future it looks like, all mysql references are removed by MariaDB. So an switch will be nice, which can switch between the MySQL and MariaDB syntax.
After playing some times more, the next problem is, that the options log-error and pid-file can't be removed. But both must be complete removed from the config for using systemd and journald.
To let MariaDB log into journal. the log_error must set to an empty value,
but this is currently not possible.
The text was updated successfully, but these errors were encountered: