Automic VaultAutomic Vault

brew

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

Drop-in replacement for MySQL. Version 10.11.18 via Homebrew; verified 2026-07-24. Also installable with macports: sudo port install mariadb-10.11.

install

Additional install commands

macOS

Homebrewverified · 100%
brew install mariadb@10.11

local Homebrew formula metadata

MacPortsverified · 94%
sudo port install mariadb-10.11

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

Linux

Fedora dnfverified · 92%
sudo dnf install mariadb10.11

Fedora Rawhide package metadata · mariadb10.11 · source: dl.fedoraproject.org

Alpine Linux apkverified · 92%
sudo apk add mysql

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

Debian aptverified · 92%
sudo apt install libmysql++-dev

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

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

Nixverified · 92%
nix profile install nixpkgs#mariadb

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

Windows

Chocolateyverified · 92%
choco install mysql

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

Scoopverified · 92%
scoop install main/mysql

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

Windows Package Managerverified · 92%
winget install --id Oracle.MySQL -e

Windows Package Manager source index · Oracle.MySQL · source: cdn.winget.microsoft.com

overview

Package summary

Drop-in replacement for MySQL

Commands and aliases

  • innochecksum
  • my_print_defaults
  • myisam_ftdump
  • myisamchk
  • myisamlog
  • myisampack
  • mysql
  • mysql.server
  • mysql_client_test
  • mysql_secure_installation
  • mysql_tzinfo_to_sql
  • mysqladmin
  • mysqlbinlog
  • mysqlcheck
  • mysqld
  • mysqld_multi
  • mysqld_safe
  • mysqldump
  • mysqldumpslow
  • mysqlimport
  • mysqlshow
  • mysqlslap
  • mysqltest
  • perror

history

Project history and usage

MariaDB 10.11 is a long-term-maintenance MariaDB Server line. The Homebrew mariadb@10.11 formula matters to users who need a stable, older LTS branch for application compatibility, replication compatibility, or conservative upgrade windows.

Project history

MariaDB itself began in 2009 as a community fork of MySQL, with the first 5.1.38 release on 29 October 2009. The server kept MySQL compatibility while developing an independent release stream, public GitHub-hosted source tree, and MariaDB Foundation governance.

MariaDB 10.11 was announced by MariaDB as an LTS line before GA. Its 10.11.2 release notes identify 16 February 2023 as the Stable GA release date and describe 10.11 as an evolution of MariaDB 10.10 with new features and maintenance until February 2028.

Adoption history

The 10.11 branch became important because it gave operators a late 10.x LTS line at a time when MariaDB was moving toward new 11.x release trains. Users with MySQL-compatible applications, distro packaging, or replication topologies could choose 10.11 for stability while delaying larger behavioral changes.

MariaDB's broader adoption came through Linux distribution defaults, cloud offerings, container usage, and the project's promise of MySQL compatibility. A versioned formula gives Homebrew users the same kind of controlled branch choice that server administrators expect from distribution repositories.

How it is used

Use mariadb@10.11 when local development or CI must match a production MariaDB 10.11 deployment, when plugins or dumps are tested against the 10.11 LTS line, or when an application has not yet certified a newer MariaDB series.

Configuration follows MariaDB's normal my.cnf/my.ini option-file hierarchy. As with other MariaDB packages, users should treat option files as both configuration and possible credential stores when client groups contain passwords or TLS key settings.

Why package nerds care

Versioned database formulae are about compatibility, not novelty. Pinning mariadb@10.11 lets package users keep a known server ABI, client-tool behavior, dump format, authentication behavior, and SQL feature set while the unversioned formula advances.

MariaDB 10.11 is especially significant as an LTS bridge: old enough to remain in the 10.x family, but supported long enough to be a practical target for conservative applications and migration planning.

Timeline

  • 2009: MariaDB began as a community fork of MySQL.
  • 2009: MariaDB 5.1.38 was released on 29 October 2009.
  • 2022: MariaDB Foundation announced MariaDB 10.11 as an LTS line.
  • 2023: MariaDB 10.11.2 became Stable GA on 16 February 2023.
  • 2026: MariaDB Foundation continued to list 10.11 among current long-term release lines.
  • 2028: MariaDB 10.11 maintenance is scheduled through February 2028.

Related projects

  • MariaDB 10.6 is the earlier 10.x LTS line.
  • MariaDB 11.4 and 11.8 are later LTS branches for users moving into the 11.x generation.
  • MariaDB Connector/C supplies the C client library used by many applications connecting to 10.11 servers.

security posture

No protected-tool coverage found yet

No matching local secret-handling manifest was found for mariadb@10.11. Nucleus package metadata is still published here so future coverage has a stable package URL.

Install behavior

  • No Homebrew post-install hook is recorded in formula metadata.
  • Formula metadata declares a service or daemon block.
  • Homebrew bottle metadata is available for 6 platform targets.
  • Installs with 7 runtime dependencies.
  • Build metadata lists 5 build dependencies.

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
/etc/my.cnf/etc/mysql/my.cnf$MARIADB_HOME/my.cnf$MYSQL_HOME/my.cnf~/.my.cnf
Windows
System Windows Directory\my.iniSystem Windows Directory\my.cnfWindows Directory\my.iniWindows Directory\my.cnfC:\my.iniC:\my.cnfinstalldir\my.iniinstalldir\my.cnfinstalldir\data\my.iniinstalldir\data\my.cnf%MARIADB_HOME%\my.ini%MARIADB_HOME%\my.cnf%MYSQL_HOME%\my.ini%MYSQL_HOME%\my.cnf

Credential files

Credential-bearing paths to review before unattended agent runs.

Unix
/etc/my.cnf/etc/mysql/my.cnf$MARIADB_HOME/my.cnf$MYSQL_HOME/my.cnf~/.my.cnf
Windows
System Windows Directory\my.iniSystem Windows Directory\my.cnfWindows Directory\my.iniWindows Directory\my.cnfC:\my.iniC:\my.cnfinstalldir\my.iniinstalldir\my.cnfinstalldir\data\my.iniinstalldir\data\my.cnf%MARIADB_HOME%\my.ini%MARIADB_HOME%\my.cnf%MYSQL_HOME%\my.ini%MYSQL_HOME%\my.cnf

executables

Installed executables

CommandKindExposureNote
innochecksumcliglobal executable
my_print_defaultscliglobal executable
myisam_ftdumpcliglobal executable
myisamchkcliglobal executable
myisamlogcliglobal executable
myisampackcliglobal executable
mysqlcliglobal executable
mysql.servercliglobal executable
mysql_client_testcliglobal executable
mysql_secure_installationcliglobal executable
mysql_tzinfo_to_sqlcliglobal executable
mysqladmincliglobal executable
mysqlbinlogcliglobal executable
mysqlcheckcliglobal executable
mysqldcliglobal executable
mysqld_multicliglobal executable
mysqld_safecliglobal executable
mysqldumpcliglobal executable
mysqldumpslowcliglobal executable
mysqlimportcliglobal executable
mysqlshowcliglobal executable
mysqlslapcliglobal executable
mysqltestcliglobal executable
perrorcliglobal executable

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-07-26
manager version10.11.18
manager updated2026-07-24
local dataok
upstreamnot checked
latest detectednot detected

https://mariadb.org/

  • infoRelease/tag comparison is only available for GitHub repositories.https://mariadb.org/none confidence

install metadata

Package metadata

Package keybrew:mariadb@10.11
Version10.11.18
Package managerHomebrew
Package manager pagehttps://formulae.brew.sh/formula/mariadb@10.11
Homepagehttps://mariadb.org/
Repositoryhttps://github.com/MariaDB/server
Upstream docshttps://mariadb.com/docs/server
LicenseGPL-2.0-only
Source archivehttps://archive.mariadb.org/mariadb-10.11.18/source/mariadb-10.11.18.tar.gz
Last updated2026-07-24T15:21:56+02:00
Pulseupdated
Dependenciesgroonga, lz4, lzo, openssl@3, pcre2, xz, zstd
Build dependenciesbison, cmake, fmt, openjdk, pkgconf
Uses from macOSbzip2, krb5, libedit, libxcrypt, libxml2, ncurses
Bottleavailable (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-installnot defined
Servicedeclared
CaveatsA "/etc/my.cnf" from another install may interfere with a Homebrew-built server starting up correctly. MySQL is configured to only allow connections from localhost by default

registry facts

Source database details

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namemariadb@10.11
Version Scheme0
Revision0
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyyes
URL Keys
  • stable

source database matches

Other package-manager records

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

MacPorts95%

mariadb-10.11

sudo port install mariadb-10.11
  • normalized package name match
  • Matched by: Mariadb 10 11
MacPorts ports tree · api.github.com · MacPorts ports tree: databases/mariadb-10.11/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
Debian apt92%

libmysql++-dev 3.2.5-2.3+b1

MySQL C++ library bindings (development)

https://tangentsoft.net/mysqlpp/

sudo apt install libmysql++-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: mysql++
  • 2 dependencies
  • 1 optional deps
  • installed executable or alias match
  • Matched by: Mysql
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libmysql++-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt92%

libmysql++-doc 3.2.5-2.3

MySQL C++ library bindings (documentation and examples)

https://tangentsoft.net/mysqlpp/

sudo apt install libmysql++-doc
  • Section: doc
  • Architecture: all
  • Source Package: mysql++
  • 1 optional deps
  • installed executable or alias match
  • Matched by: Mysql
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libmysql++-doc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt92%

libmysql++3t64 3.2.5-2.3+b1

MySQL C++ library bindings (runtime)

https://tangentsoft.net/mysqlpp/

sudo apt install libmysql++3t64
  • Section: libs
  • Architecture: amd64
  • Source Package: mysql++
  • 4 dependencies
  • 1 provides
  • installed executable or alias match
  • Matched by: Mysql
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libmysql++3t64 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Ubuntu apt92%

libmysql++-dev 3.2.5-2.3

MySQL C++ library bindings (development)

https://tangentsoft.net/mysqlpp/

sudo apt install libmysql++-dev
  • Section: universe/libdevel
  • Architecture: amd64
  • Source Package: mysql++
  • 2 dependencies
  • 1 optional deps
  • installed executable or alias match
  • Matched by: Mysql
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libmysql++-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt92%

libmysql++-doc 3.2.5-2.3

MySQL C++ library bindings (documentation and examples)

https://tangentsoft.net/mysqlpp/

sudo apt install libmysql++-doc
  • Section: universe/doc
  • Architecture: all
  • Source Package: mysql++
  • 1 optional deps
  • installed executable or alias match
  • Matched by: Mysql
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libmysql++-doc from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt92%

libmysql++3t64 3.2.5-2.3

MySQL C++ library bindings (runtime)

https://tangentsoft.net/mysqlpp/

sudo apt install libmysql++3t64
  • Section: universe/libs
  • Architecture: amd64
  • Source Package: mysql++
  • 4 dependencies
  • 1 provides
  • installed executable or alias match
  • Matched by: Mysql
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libmysql++3t64 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt92%

mysql-server 8.0.36-2ubuntu3

MySQL database server (metapackage depending on the latest version)

http://dev.mysql.com/

sudo apt install mysql-server
  • Section: database
  • Architecture: all
  • Source Package: mysql-8.0
  • 1 dependencies
  • installed executable or alias match
  • Matched by: Mysql Server
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: mysql-server from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
apk92%

mysql 11.8.8-r0

Dummy package for mysql migration

https://www.mariadb.org/

sudo apk add mysql
  • License: GPL-2.0-only
  • Architecture: x86_64
  • Source Package: mariadb
  • 1 dependencies
  • installed executable or alias match
  • Matched by: Mysql
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: mysql from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
dnf92%

mariadb10.11 10.11.18-1.fc45

A very fast and robust SQL database server

http://mariadb.org

sudo dnf install mariadb10.11
  • License: ( GPL-2.0-only OR Apache-2.0 ) AND ( GPL-2.0-or-later OR Apache-2.0 ) AND BSD-2-Clause AND BSD-3-Clause AND CC-BY-4.0 AND GPL-2.0-only AND GPL-2.0-or-later AND
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: mariadb10.11
  • 16 dependencies
  • 3 provides
  • package manager index match
  • Matched by: Mariadb10 11
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: mariadb10.11 from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf92%

mariadb10.11-backup 10.11.18-1.fc45

The mariabackup tool for physical online backups

http://mariadb.org

sudo dnf install mariadb10.11-backup
  • License: ( GPL-2.0-only OR Apache-2.0 ) AND ( GPL-2.0-or-later OR Apache-2.0 ) AND BSD-2-Clause AND BSD-3-Clause AND CC-BY-4.0 AND GPL-2.0-only AND GPL-2.0-or-later AND
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: mariadb10.11
  • 13 dependencies
  • 2 provides
  • package manager index match
  • Matched by: Mariadb10 11
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: mariadb10.11-backup from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf92%

mariadb10.11-client-utils 10.11.18-1.fc45

Non-essential client utilities for MariaDB/MySQL applications

http://mariadb.org

sudo dnf install mariadb10.11-client-utils
  • License: ( GPL-2.0-only OR Apache-2.0 ) AND ( GPL-2.0-or-later OR Apache-2.0 ) AND BSD-2-Clause AND BSD-3-Clause AND CC-BY-4.0 AND GPL-2.0-only AND GPL-2.0-or-later AND
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: mariadb10.11
  • 3 dependencies
  • 2 provides
  • package manager index match
  • Matched by: Mariadb10 11
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: mariadb10.11-client-utils from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf92%

mariadb10.11-common 10.11.18-1.fc45

The shared files required by server and client

http://mariadb.org

sudo dnf install mariadb10.11-common
  • License: ( GPL-2.0-only OR Apache-2.0 ) AND ( GPL-2.0-or-later OR Apache-2.0 ) AND BSD-2-Clause AND BSD-3-Clause AND CC-BY-4.0 AND GPL-2.0-only AND GPL-2.0-or-later AND
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: mariadb10.11
  • 1 dependencies
  • 2 provides
  • package manager index match
  • Matched by: Mariadb10 11
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: mariadb10.11-common from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf92%

mariadb10.11-connect-engine 10.11.18-1.fc45

The CONNECT storage engine for MariaDB

http://mariadb.org

sudo dnf install mariadb10.11-connect-engine
  • License: ( GPL-2.0-only OR Apache-2.0 ) AND ( GPL-2.0-or-later OR Apache-2.0 ) AND BSD-2-Clause AND BSD-3-Clause AND CC-BY-4.0 AND GPL-2.0-only AND GPL-2.0-or-later AND
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: mariadb10.11
  • 8 dependencies
  • 3 provides
  • package manager index match
  • Matched by: Mariadb10 11
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: mariadb10.11-connect-engine from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf92%

mariadb10.11-cracklib-password-check 10.11.18-1.fc45

The password strength checking plugin

http://mariadb.org

sudo dnf install mariadb10.11-cracklib-password-check
  • License: ( GPL-2.0-only OR Apache-2.0 ) AND ( GPL-2.0-or-later OR Apache-2.0 ) AND BSD-2-Clause AND BSD-3-Clause AND CC-BY-4.0 AND GPL-2.0-only AND GPL-2.0-or-later AND
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: mariadb10.11
  • 6 dependencies
  • 3 provides
  • package manager index match
  • Matched by: Mariadb10 11
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: mariadb10.11-cracklib-password-check from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf92%

mariadb10.11-devel 10.11.18-1.fc45

Files for development of MariaDB/MySQL applications

http://mariadb.org

sudo dnf install mariadb10.11-devel
  • License: ( GPL-2.0-only OR Apache-2.0 ) AND ( GPL-2.0-or-later OR Apache-2.0 ) AND BSD-2-Clause AND BSD-3-Clause AND CC-BY-4.0 AND GPL-2.0-only AND GPL-2.0-or-later AND
  • Category: Unspecified
  • Architecture: i686
  • Source Package: mariadb10.11
  • 3 dependencies
  • 3 provides
  • package manager index match
  • Matched by: Mariadb10 11
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: mariadb10.11-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst

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

  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment