The thing is that on some Linux Distros only Maria DB is available.
That's why Alex recommended to put
DBDriver=mariadb
into agent's configuration file instead of
DBDriver=mysql
You've achieved the same result by copying database driver file, but this is not correct approach, because on next upgrade you'll get new version of mariadb.ddr file and if you forget to copy it, you'll get strange errors.
That's why Alex recommended to put
DBDriver=mariadb
into agent's configuration file instead of
DBDriver=mysql
You've achieved the same result by copying database driver file, but this is not correct approach, because on next upgrade you'll get new version of mariadb.ddr file and if you forget to copy it, you'll get strange errors.