# Perl DBI

* The DBD-MariaDB driver is a DBI driver for connecting to MariaDB database server.
  * [Documentation](https://metacpan.org/pod/DBD::MariaDB)
  * [DBD-MariaDB driver](https://metacpan.org/release/DBD-MariaDB)
  * [Source code](https://github.com/gooddata/DBD-MariaDB)
  * [Bug reporting](https://github.com/gooddata/DBD-MariaDB/issues)
* The DBD-mysql driver for MySQL should generally work with MariaDB as well, although it has a number of bugs that have not been attended to, hence the need for DBD::MariaDB:

{% @marketo/form formId="4316" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://mariadb.com/docs/connectors/other/mariadb-perl-dbi-driver-guide.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
