in reply to Re^2: DBD::MariaDB or DBD::Mysql
in thread DBD::MariaDB or DBD::Mysql
DBD::mysql is *a* database driver for MySQL and MariaDB, but it has many maintenance issues and bugs and fundamentally broken Perl string handling. DBD::MariaDB is a fork that still supports both databases and fixes these issues, and should be used for all new projects. The MySQL website of course doesn't mention it because it's new.