Description
Perl applications can connect to MySQL databases through the standard DBI database interface. This lets scripts, web apps, reports, and services run SQL queries without implementing the MySQL protocol directly.
It is a database driver library, not a database server or graphical client. Applications using it handle credentials and query results, so connection settings and SQL input should be protected carefully.