Synopsis # MariaDB is an open source relational database system that is a drop-in replacement for MySQL. It is used for structured data storage and access by web applications, scripts, and services. MariaDB provides SQL-based access to tabular data, user privilege management, replication, and ACID compliance. MariaDB is available on OpenBSD via the ports and packages system and is the recommended way to deploy a MySQL-compatible server. Why MySQL Is Not Included # OpenBSD does not include Ora...