pkg.soopen package index

brew / rank 751

Install mariadb with Homebrew, apk, chocolatey, dnf, MacPorts, Nix, pacman, zypper, apt, scoop, winget

Drop-in replacement for MySQL. Version 12.3.2 via Homebrew; verified 2026-07-31. Also installable with debian: sudo apt install libmariadb-dev.

agent safety

Agent safety answer

mariadb provides database server and client tooling with data mutation authority.

Credential access

Reads database passwords, option files, socket config, and environment credentials.

Remote mutation

Can alter schemas, users, and data on reachable database servers.

Publish/artifact risk

Can export or import data artifacts containing sensitive records.

Recommended control

Gate destructive SQL, dumps, imports, and credential file reads.

Agent-use guidance

Allow safe schema reads; require approval for writes, exports, and credential access.

install

Additional install commands

macOS

Homebrewverified · 100%
brew install mariadb

local Homebrew formula metadata

MacPortsverified · 94%
sudo port install mariadb

MacPorts ports tree · databases/mariadb/Portfile · source: api.github.com

Linux

Alpine Linux apkverified · 92%
sudo apk add mariadb

Alpine Linux edge package indexes · mariadb · source: dl-cdn.alpinelinux.org

Fedora dnfverified · 92%
sudo dnf install mariadb

Fedora Rawhide package metadata · mariadb · source: dl.fedoraproject.org

Nixverified · 92%
nix profile install nixpkgs#mariadb

nixpkgs package indexes · mariadb · source: raw.githubusercontent.com

Arch Linux pacmanverified · 92%
sudo pacman -S mariadb

Arch Linux sync databases · mariadb · source: geo.mirror.pkgbuild.com

openSUSE zypperverified · 92%
sudo zypper install mariadb

openSUSE Tumbleweed package metadata · mariadb · source: download.opensuse.org

Debian aptverified · 92%
sudo apt install libmariadb-dev

Debian stable package indexes · libmariadb-dev · source: deb.debian.org

Windows

Chocolateyverified · 92%
choco install mariadb

Chocolatey community package catalog · mariadb · source: community.chocolatey.org

Scoopverified · 92%
scoop install main/mariadb

Scoop official bucket manifest trees · bucket/mariadb.json · source: api.github.com

Windows Package Managerverified · 92%
winget install --id MariaDB.Server -e

Windows Package Manager source index · MariaDB.Server · source: cdn.winget.microsoft.com

overview

Package summary

Drop-in replacement for MySQL

Commands and aliases

  • aria_chk
  • aria_dump_log
  • aria_ftdump
  • aria_pack
  • aria_read_log
  • galera_new_cluster
  • mariabackup
  • mariadb
  • mariadb-access
  • mariadb-admin
  • mariadb-backup
  • mariadb-binlog
  • mariadb-check
  • mariadb-client-test
  • mariadb-config
  • mariadb-conv
  • mariadb-convert-table-format
  • mariadb-dump
  • mariadb-dumpslow
  • mariadb-find-rows
  • mariadb-fix-extensions
  • mariadb-hotcopy
  • mariadb-import
  • mariadb-install-db
  • mariadb-ldb
  • mariadb-migrate-config-file
  • mariadb-plugin
  • mariadb-secure-installation
  • mariadb-setpermission
  • mariadb-show
  • mariadb-slap
  • mariadb-test

history

Project history and usage

MariaDB is a community-developed, MySQL-compatible relational database server made by original MySQL developers and maintained as open source infrastructure. In package managers it is the familiar mysql-compatible server package used for local development, CI, self-hosted applications, and production deployments.

Project history

MariaDB began in 2009 as a community fork of MySQL after concerns about Oracle's acquisition of MySQL through Sun. MariaDB Foundation material says the first release, MariaDB 5.1.38, shipped on 29 October 2009 with speed improvements, an enhanced thread pool, and storage-engine work such as XtraDB and Aria.

The project positioned itself as a backward-compatible, drop-in replacement for MySQL while continuing independent development. MariaDB's public documentation describes the source as hosted on GitHub, and Foundation material emphasizes open development, public issue tracking, and community contribution.

Over time MariaDB moved from being a MySQL fork to a database line with its own release cadence, storage-engine choices, replication features, backup tooling, Galera packaging, and long-term-support policy. The server remains important because it preserves much of the operational and client-tool culture that grew around MySQL.

Adoption history

MariaDB adoption was helped by distribution packaging. MariaDB's download page calls it one of the world's most popular open source relational databases and notes that it is available in the standard repositories of major Linux distributions. The Foundation homepage also describes MariaDB as part of most cloud offerings and the default in many Linux distributions.

Distribution choices reinforced the package-manager story. MariaDB's Debian 10 announcement says Debian shipped MariaDB 10.3 and that installing mysql-server on that release resolved to MariaDB instead, continuing a pattern where users received MariaDB through ordinary operating-system package workflows.

MariaDB is also common in container and service environments. A MariaDB Foundation engineering post described the server as foundational software and cited Docker Hub scale as a reason for strict testing across many architectures and configurations.

How it is used

Package users install MariaDB when they need a local or managed SQL server compatible with MySQL clients and protocols. The Homebrew formula exposes server and administrative tools such as mariadbd, mariadb, mariadb-admin, mariadb-dump, mariadb-upgrade, mariabackup, and Galera-related scripts.

Configuration is centered on my.cnf or my.ini option files. MariaDB's official docs explain the default option-file hierarchy across Unix-like systems and Windows, and client tools can also use option files to avoid putting passwords on command lines.

For package-manager users, the important operational detail is that a database package has state: upgrading the formula can also mean upgrading server binaries, data directories, plugins, dump compatibility, and client tools. MariaDB's release notes and LTS policy therefore matter more than the version number alone.

Why package nerds care

MariaDB is a package-nerd staple because it is both a server and a compatibility surface. It provides MySQL-flavored command names, client libraries, development headers, storage engines, and service-management behavior that many packages and test suites assume exist.

The unversioned Homebrew mariadb formula tracks the current packaged MariaDB line and is the right choice for users who want the maintained default rather than a pinned compatibility branch. People running production-like local data often prefer versioned formulae when they need a specific LTS line.

Timeline

  • 2009: MariaDB began as a community fork of MySQL.
  • 2009: MariaDB 5.1.38 was released on 29 October 2009.
  • 2012: MariaDB Foundation was created to support open development of MariaDB Server.
  • 2019: Debian 10 shipped MariaDB 10.3 as its MySQL-compatible server path.
  • 2024: MariaDB 11.4 was made a long-term-support release with a locked feature set.
  • 2025: MariaDB 11.8 was released as the yearly LTS release for 2025.
  • 2026: MariaDB Foundation listed multiple maintained long-term release lines, including 10.6, 10.11, 11.4, 11.8, and 12.3.

Related projects

  • MySQL is the original upstream project and compatibility target.
  • MariaDB Connector/C provides the C client library used by many client packages.
  • Galera Cluster is commonly packaged with MariaDB for synchronous multi-primary clustering.
  • MariaDB Backup and the mariadb command-line clients are part of the surrounding operational toolchain.

Sources

security posture

Risk level: orange

broad file, network, media, or database tool signal. formula declares a Homebrew service.

Risk classifier

orange risk · medium confidence · infrastructure

Why

  • broad file, network, media, or database tool signal
  • formula declares a Homebrew service
  • generalized runtime or code generation signal
  • infrastructure mutation or orchestration signal

Signals

  • metadata:service
  • text:cluster
  • text:repl
  • text:sync,backup,sql,stream,client

Install behavior

  • No Homebrew bottle metadata was recorded.

Recommended review

Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.

local files

Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.

Configuration files

Config paths the tool may read or write during local use.

Unix
~/.my.cnf

Credential files

Credential-bearing paths to review before unattended agent runs.

Unix
~/.my.cnf

executables

Installed executables

CommandKindExposureNote
aria_chkexecutableindexed executableDiscovered from the local executable index.
aria_dump_logexecutableindexed executableDiscovered from the local executable index.
aria_ftdumpexecutableindexed executableDiscovered from the local executable index.
aria_packexecutableindexed executableDiscovered from the local executable index.
aria_read_logexecutableindexed executableDiscovered from the local executable index.
galera_new_clusterexecutableindexed executableDiscovered from the local executable index.
mariabackupexecutableindexed executableDiscovered from the local executable index.
mariadbexecutableindexed executableDiscovered from the local executable index.
mariadb-accessexecutableindexed executableDiscovered from the local executable index.
mariadb-adminexecutableindexed executableDiscovered from the local executable index.
mariadb-backupexecutableindexed executableDiscovered from the local executable index.
mariadb-binlogexecutableindexed executableDiscovered from the local executable index.
mariadb-checkexecutableindexed executableDiscovered from the local executable index.
mariadb-client-testexecutableindexed executableDiscovered from the local executable index.
mariadb-configexecutableindexed executableDiscovered from the local executable index.
mariadb-convexecutableindexed executableDiscovered from the local executable index.
mariadb-convert-table-formatexecutableindexed executableDiscovered from the local executable index.
mariadb-dumpexecutableindexed executableDiscovered from the local executable index.
mariadb-dumpslowexecutableindexed executableDiscovered from the local executable index.
mariadb-find-rowsexecutableindexed executableDiscovered from the local executable index.
mariadb-fix-extensionsexecutableindexed executableDiscovered from the local executable index.
mariadb-hotcopyexecutableindexed executableDiscovered from the local executable index.
mariadb-importexecutableindexed executableDiscovered from the local executable index.
mariadb-install-dbexecutableindexed executableDiscovered from the local executable index.
mariadb-ldbexecutableindexed executableDiscovered from the local executable index.
mariadb-migrate-config-fileexecutableindexed executableDiscovered from the local executable index.
mariadb-pluginexecutableindexed executableDiscovered from the local executable index.
mariadb-secure-installationexecutableindexed executableDiscovered from the local executable index.
mariadb-setpermissionexecutableindexed executableDiscovered from the local executable index.
mariadb-showexecutableindexed executableDiscovered from the local executable index.
mariadb-slapexecutableindexed executableDiscovered from the local executable index.
mariadb-testexecutableindexed executableDiscovered from the local executable index.
mariadb-tzinfo-to-sqlexecutableindexed executableDiscovered from the local executable index.
mariadb-upgradeexecutableindexed executableDiscovered from the local executable index.
mariadb-waitpidexecutableindexed executableDiscovered from the local executable index.
mariadb_configexecutableindexed executableDiscovered from the local executable index.
mariadbdexecutableindexed executableDiscovered from the local executable index.
mariadbd-multiexecutableindexed executableDiscovered from the local executable index.
mariadbd-safeexecutableindexed executableDiscovered from the local executable index.
mariadbd-safe-helperexecutableindexed executableDiscovered from the local executable index.
mbstreamexecutableindexed executableDiscovered from the local executable index.
msql2mysqlexecutableindexed executableDiscovered from the local executable index.
myrocks_hotbackupexecutableindexed executableDiscovered from the local executable index.
mysql_convert_table_formatexecutableindexed executableDiscovered from the local executable index.
mysql_find_rowsexecutableindexed executableDiscovered from the local executable index.
mysql_fix_extensionsexecutableindexed executableDiscovered from the local executable index.
mysql_install_dbexecutableindexed executableDiscovered from the local executable index.
mysql_ldbexecutableindexed executableDiscovered from the local executable index.
mysql_pluginexecutableindexed executableDiscovered from the local executable index.
mysql_setpermissionexecutableindexed executableDiscovered from the local executable index.
mysql_upgradeexecutableindexed executableDiscovered from the local executable index.
mysql_waitpidexecutableindexed executableDiscovered from the local executable index.
mysqlaccessexecutableindexed executableDiscovered from the local executable index.
mysqld_safe_helperexecutableindexed executableDiscovered from the local executable index.
mysqlhotcopyexecutableindexed executableDiscovered from the local executable index.
mytopexecutableindexed executableDiscovered from the local executable index.
rcmysqlexecutableindexed executableDiscovered from the local executable index.
replaceexecutableindexed executableDiscovered from the local executable index.
resolve_stack_dumpexecutableindexed executableDiscovered from the local executable index.
resolveipexecutableindexed executableDiscovered from the local executable index.
sst_dumpexecutableindexed executableDiscovered from the local executable index.
wsrep_sst_backupexecutableindexed executableDiscovered from the local executable index.
wsrep_sst_mariabackupexecutableindexed executableDiscovered from the local executable index.
wsrep_sst_mysqldumpexecutableindexed executableDiscovered from the local executable index.
wsrep_sst_rsyncexecutableindexed executableDiscovered from the local executable index.
wsrep_sst_rsync_wanexecutableindexed executableDiscovered from the local executable index.

freshness

Version and freshness

These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.

page generated2026-08-03
manager version12.3.2
manager updated2026-07-31
local dataunknown
upstreamnot available
latest detectednot detected
  • okNo freshness warnings were generated.

install metadata

Package metadata

Package keybrew:mariadb
Version12.3.2
Package managerHomebrew
Homepagehttps://mariadb.org/
Last updated2026-07-31T08:47:02+01:00
Pulseupdated
Bottlenot recorded
Servicenone declared

source database matches

Other package-manager records

Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.

Debian apt95%

libmariadb-dev 1:11.8.6-0+deb13u1

MariaDB database development files

https://mariadb.org/

sudo apt install libmariadb-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: mariadb
  • 4 dependencies
  • normalized package name match
  • Matched by: Mariadb
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libmariadb-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libmariadb-dev-compat 1:11.8.6-0+deb13u1

MariaDB Connector/C, compatibility symlinks

https://mariadb.org/

sudo apt install libmariadb-dev-compat
  • Section: libdevel
  • Architecture: amd64
  • Source Package: mariadb
  • 1 dependencies
  • 2 provides
  • normalized package name match
  • Matched by: Mariadb
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libmariadb-dev-compat from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libmariadb3 1:11.8.6-0+deb13u1

MariaDB database client library

https://mariadb.org/

sudo apt install libmariadb3
  • Section: libs
  • Architecture: amd64
  • Source Package: mariadb
  • 4 dependencies
  • normalized package name match
  • Matched by: Mariadb
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libmariadb3 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libmariadbd-dev 1:11.8.6-0+deb13u1

MariaDB embedded database, development files

https://mariadb.org/

sudo apt install libmariadbd-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: mariadb
  • 2 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Mariadb
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libmariadbd-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libmariadbd19t64 1:11.8.6-0+deb13u1

MariaDB embedded database, shared library

https://mariadb.org/

sudo apt install libmariadbd19t64
  • Section: libs
  • Architecture: amd64
  • Source Package: mariadb
  • 10 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Mariadb
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libmariadbd19t64 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

mariadb-backup 1:11.8.6-0+deb13u1

Backup tool for MariaDB server

https://mariadb.org/

sudo apt install mariadb-backup
  • Section: database
  • Architecture: amd64
  • Source Package: mariadb
  • 12 dependencies
  • normalized package name match
  • Matched by: Mariadb
Debian stable package indexes · deb.debian.org · Debian stable package indexes: mariadb-backup from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

mariadb-client 1:11.8.6-0+deb13u1

MariaDB database client binaries

https://mariadb.org/

sudo apt install mariadb-client
  • Section: database
  • Architecture: amd64
  • Source Package: mariadb
  • 10 dependencies
  • 1 provides
  • 4 optional deps
  • normalized package name match
  • Matched by: Mariadb
Debian stable package indexes · deb.debian.org · Debian stable package indexes: mariadb-client from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

mariadb-client-compat 1:11.8.6-0+deb13u1

MySQL compatibility links to mariadb-client binaries/scripts

https://mariadb.org/

sudo apt install mariadb-client-compat
  • Section: database
  • Architecture: all
  • Source Package: mariadb
  • 1 dependencies
  • normalized package name match
  • Matched by: Mariadb
Debian stable package indexes · deb.debian.org · Debian stable package indexes: mariadb-client-compat from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

mariadb-client-core 1:11.8.6-0+deb13u1

MariaDB database core client binaries

https://mariadb.org/

sudo apt install mariadb-client-core
  • Section: database
  • Architecture: amd64
  • Source Package: mariadb
  • 10 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Mariadb
Debian stable package indexes · deb.debian.org · Debian stable package indexes: mariadb-client-core from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

mariadb-common 1:11.8.6-0+deb13u1

MariaDB database common config files (/etc/mysql/mariadb.conf.d/)

https://mariadb.org/

sudo apt install mariadb-common
  • Section: database
  • Architecture: all
  • Source Package: mariadb
  • 1 dependencies
  • normalized package name match
  • Matched by: Mariadb
Debian stable package indexes · deb.debian.org · Debian stable package indexes: mariadb-common from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

mariadb-plugin-connect 1:11.8.6-0+deb13u1

Connect storage engine for MariaDB server

https://mariadb.org/

sudo apt install mariadb-plugin-connect
  • Section: database
  • Architecture: amd64
  • Source Package: mariadb
  • 8 dependencies
  • 1 optional deps
  • normalized package name match
  • Matched by: Mariadb
Debian stable package indexes · deb.debian.org · Debian stable package indexes: mariadb-plugin-connect from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

mariadb-plugin-connect-jdbc 1:11.8.6-0+deb13u1

Connect storage engine JDBC interface for MariaDB server

https://mariadb.org/

sudo apt install mariadb-plugin-connect-jdbc
  • Section: database
  • Architecture: all
  • Source Package: mariadb
  • 1 dependencies
  • 5 optional deps
  • normalized package name match
  • Matched by: Mariadb
Debian stable package indexes · deb.debian.org · Debian stable package indexes: mariadb-plugin-connect-jdbc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

mariadb-plugin-cracklib-password-check 1:11.8.6-0+deb13u1

CrackLib Password Validation Plugin for MariaDB server

https://mariadb.org/

sudo apt install mariadb-plugin-cracklib-password-check
  • Section: database
  • Architecture: amd64
  • Source Package: mariadb
  • 3 dependencies
  • normalized package name match
  • Matched by: Mariadb
Debian stable package indexes · deb.debian.org · Debian stable package indexes: mariadb-plugin-cracklib-password-check from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

mariadb-plugin-gssapi-client 1:11.8.6-0+deb13u1

GSSAPI authentication plugin for MariaDB client

https://mariadb.org/

sudo apt install mariadb-plugin-gssapi-client
  • Section: database
  • Architecture: amd64
  • Source Package: mariadb
  • 3 dependencies
  • normalized package name match
  • Matched by: Mariadb
Debian stable package indexes · deb.debian.org · Debian stable package indexes: mariadb-plugin-gssapi-client from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

mariadb-plugin-gssapi-server 1:11.8.6-0+deb13u1

GSSAPI authentication plugin for MariaDB server

https://mariadb.org/

sudo apt install mariadb-plugin-gssapi-server
  • Section: database
  • Architecture: amd64
  • Source Package: mariadb
  • 4 dependencies
  • normalized package name match
  • Matched by: Mariadb
Debian stable package indexes · deb.debian.org · Debian stable package indexes: mariadb-plugin-gssapi-server from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

mariadb-plugin-hashicorp-key-management 1:11.8.6-0+deb13u1

Hashicorp Key Management plugin for MariaDB

https://mariadb.org/

sudo apt install mariadb-plugin-hashicorp-key-management
  • Section: database
  • Architecture: amd64
  • Source Package: mariadb
  • 5 dependencies
  • normalized package name match
  • Matched by: Mariadb
Debian stable package indexes · deb.debian.org · Debian stable package indexes: mariadb-plugin-hashicorp-key-management from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

source trail

Generated from repository data

This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.

Used sources

  • Geiger risk classifier
  • cross-ecosystem install command graph
  • curated agent safety answer
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • pkg.so package database
  • pkgdb category and tag curation