That's an over-simplistic and misleading answer. The above is a quote from the MariaDB website. But the OP is enquiring about MySQL. The MySQL website states:
27.9 MySQL Perl API
See https://dev.mysql.com/doc/refman/8.0/en/apis-perl.html
The Perl DBI module provides a generic interface for database access. You can write a DBI script that works with many different database engines without change. To use DBI with MySQL, install the following:
The DBI module.
The DBD::mysql module. This is the DataBase Driver (DBD) module for Perl.
Hope this helps!
In reply to Re^2: DBD::MariaDB or DBD::Mysql
by 1nickt
in thread DBD::MariaDB or DBD::Mysql
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |