Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions docs/core/config/sql/mysql.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ dovecotlinks:

Driver name `mysql`.

Driver for MySQL / MariaDB server.
The mysql driver works with both MySQL and MariaDB. MariaDB is the recommended
choice, as a community-governed, fully open-source drop-in replacement.

To compile support for this driver, you need to have MySQL client library and
headers installed.

For MariaDB, you need to have compatibility headers installed.
To compile support for this driver, you need to have the MySQL or MariaDB
client library and development headers installed (for example
`libmysqlclient-dev`, or `libmariadb-dev` for MariaDB).

## Example Configuration

Expand Down