# mariadb@10.11 mit Homebrew, MacPorts, dnf, apk, chocolatey, apt, pacman, scoop, winget, zypper, Nix installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für mariadb@10.11 in AI-Agent-Workflows.

## Installation

```sh
sudo av install brew:mariadb@10.11
```

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install mariadb@10.11
```

  Evidenz: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install mariadb-10.11
```

  Evidenz: MacPorts ports tree: databases/mariadb-10.11/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- dnf (92%):

```sh
sudo dnf install mariadb10.11
```

  Evidenz: 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

- apk (92%):

```sh
sudo apk add mysql
```

  Evidenz: Alpine Linux edge package indexes: mysql from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz

- Debian apt (92%):

```sh
sudo apt install libmysql++-dev
```

  Evidenz: Debian stable package indexes: libmysql++-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- pacman (92%):

```sh
sudo pacman -S mariadb
```

  Evidenz: Arch Linux sync databases: mariadb from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- zypper (92%):

```sh
sudo zypper install mariadb
```

  Evidenz: openSUSE Tumbleweed package metadata: mariadb from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#mariadb
```

  Evidenz: nixpkgs package indexes: mariadb from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix

### Windows

- Chocolatey (92%):

```sh
choco install mysql
```

  Evidenz: Chocolatey community package catalog: mysql from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','ms-reportviewer2015'

- Scoop (92%):

```sh
scoop install main/mysql
```

  Evidenz: Scoop official bucket manifest trees: bucket/mysql.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

- winget (92%):

```sh
winget install --id Oracle.MySQL -e
```

  Evidenz: Windows Package Manager source index: Oracle.MySQL from https://cdn.winget.microsoft.com/cache/source.msix

## Paketfakten

- **Paketschlüssel:** brew:mariadb@10.11
- **Paketmanager:** Homebrew
- **Paketmanager-Seite:** <https://formulae.brew.sh/formula/mariadb@10.11>
- **Version:** 10.11.18
- **Quellzusammenfassung:** Drop-in replacement for MySQL
- **Homepage:** <https://mariadb.org/>
- **Repository:** <https://github.com/MariaDB/server>
- **Upstream-Dokumentation:** <https://mariadb.com/docs/server>
- **Lizenz:** GPL-2.0-only
- **Quellarchiv:** <https://archive.mariadb.org/mariadb-10.11.18/source/mariadb-10.11.18.tar.gz>
- **Zuletzt aktualisiert:** 2026-07-24T15:21:56+02:00
- **Generiert:** 2026-07-26T07:20:29+00:00

## Executables

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

## Abhängigkeiten

- groonga
- lz4
- lzo
- openssl@3
- pcre2
- xz
- zstd

## Build-Abhängigkeiten

- bison
- cmake
- fmt
- openjdk
- pkgconf

## Von macOS bereitgestellte Bibliotheken

- bzip2
- krb5
- libedit
- libxcrypt
- libxml2
- ncurses

## Installationsverhalten

- Post-install-Hook: nicht definiert
- Dienst: declared
- Einschränkungen: A "/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
- Bottle: verfügbar auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Version und Aktualität

- Seite generiert: 2026-07-26
- Manager-Version: 10.11.18
- Manager aktualisiert: 2026-07-24
- lokale Daten: OK
- Upstream-Repository: https://mariadb.org/
- Info: Release/tag comparison is only available for GitHub repositories.
## Projektgeschichte und Nutzung

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.

### Projektgeschichte

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.

### Adoptionsgeschichte

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.

### Wie es verwendet wird

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.

### Warum Paket-Nerds sich dafür interessieren

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.

### Zeitleiste

- 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.

### Quellen

- <https://mariadb.com/docs/release-notes/community-server/10.11/10.11.2>
- <https://mariadb.com/docs/server/clients-and-utilities/server-client-software/download/getting-the-mariadb-source-code>
- <https://mariadb.com/docs/server/server-management/install-and-upgrade-mariadb/configuring-mariadb/configuring-mariadb-with-option-files>
- <https://mariadb.org/about/>
- <https://mariadb.org/download/>
- <https://mariadb.org/mariadb-10-11-is-lts/>
- <https://mariadb.org/mariadb-server-turns-fifteen/>


## Sicherheitshinweise

Für mariadb@10.11 wurde kein passendes lokales Secret-Handling-Manifest gefunden. Nucleus-Paketmetadaten bleiben hier veröffentlicht, damit künftige Abdeckung eine stabile Paket-URL hat.



## 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

- Unix: /etc/my.cnf, /etc/mysql/my.cnf, $MARIADB_HOME/my.cnf, $MYSQL_HOME/my.cnf, ~/.my.cnf
- Windows: System Windows Directory\my.ini, System Windows Directory\my.cnf, Windows Directory\my.ini, Windows Directory\my.cnf, C:\my.ini, C:\my.cnf, installdir\my.ini, installdir\my.cnf, installdir\data\my.ini, installdir\data\my.cnf, %MARIADB_HOME%\my.ini, %MARIADB_HOME%\my.cnf, %MYSQL_HOME%\my.ini, %MYSQL_HOME%\my.cnf

## Credential files

- Unix: /etc/my.cnf, /etc/mysql/my.cnf, $MARIADB_HOME/my.cnf, $MYSQL_HOME/my.cnf, ~/.my.cnf
- Windows: System Windows Directory\my.ini, System Windows Directory\my.cnf, Windows Directory\my.ini, Windows Directory\my.cnf, C:\my.ini, C:\my.cnf, installdir\my.ini, installdir\my.cnf, installdir\data\my.ini, installdir\data\my.cnf, %MARIADB_HOME%\my.ini, %MARIADB_HOME%\my.cnf, %MYSQL_HOME%\my.ini, %MYSQL_HOME%\my.cnf
## Details aus der Quelldatenbank

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** mariadb@10.11
- **Version Scheme:** 0
- **Revision:** 0
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** yes
- **URL Keys:** stable

## Andere Paketmanager-Einträge

- MacPorts - mariadb-10.11: normalized package name match | MacPorts ports tree: databases/mariadb-10.11/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Debian apt - libmysql++-dev - 3.2.5-2.3+b1: installed executable or alias match | Debian stable package indexes: libmysql++-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | MySQL C++ library bindings (development) | https://tangentsoft.net/mysqlpp/
- Debian apt - libmysql++-doc - 3.2.5-2.3: installed executable or alias match | Debian stable package indexes: libmysql++-doc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | MySQL C++ library bindings (documentation and examples) | https://tangentsoft.net/mysqlpp/
- Debian apt - libmysql++3t64 - 3.2.5-2.3+b1: installed executable or alias match | Debian stable package indexes: libmysql++3t64 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | MySQL C++ library bindings (runtime) | https://tangentsoft.net/mysqlpp/
- Ubuntu apt - libmysql++-dev - 3.2.5-2.3: installed executable or alias match | Ubuntu 24.04 LTS package indexes: libmysql++-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | MySQL C++ library bindings (development) | https://tangentsoft.net/mysqlpp/
- Ubuntu apt - libmysql++-doc - 3.2.5-2.3: installed executable or alias match | Ubuntu 24.04 LTS package indexes: libmysql++-doc from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | MySQL C++ library bindings (documentation and examples) | https://tangentsoft.net/mysqlpp/
- Ubuntu apt - libmysql++3t64 - 3.2.5-2.3: installed executable or alias match | Ubuntu 24.04 LTS package indexes: libmysql++3t64 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | MySQL C++ library bindings (runtime) | https://tangentsoft.net/mysqlpp/
- Ubuntu apt - mysql-server - 8.0.36-2ubuntu3: installed executable or alias match | Ubuntu 24.04 LTS package indexes: mysql-server from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz | MySQL database server (metapackage depending on the latest version) | http://dev.mysql.com/
- apk - mysql - 11.8.8-r0: installed executable or alias match | Alpine Linux edge package indexes: mysql from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz | Dummy package for mysql migration | https://www.mariadb.org/
- dnf - mariadb10.11 - 10.11.18-1.fc45: package manager index match | 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 | A very fast and robust SQL database server | http://mariadb.org
- dnf - mariadb10.11-backup - 10.11.18-1.fc45: package manager index match | 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 | The mariabackup tool for physical online backups | http://mariadb.org
- dnf - mariadb10.11-client-utils - 10.11.18-1.fc45: package manager index match | 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 | Non-essential client utilities for MariaDB/MySQL applications | http://mariadb.org
- dnf - mariadb10.11-common - 10.11.18-1.fc45: package manager index match | 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 | The shared files required by server and client | http://mariadb.org
- dnf - mariadb10.11-connect-engine - 10.11.18-1.fc45: package manager index match | 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 | The CONNECT storage engine for MariaDB | http://mariadb.org
- dnf - mariadb10.11-cracklib-password-check - 10.11.18-1.fc45: package manager index match | 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 | The password strength checking plugin | http://mariadb.org
- dnf - mariadb10.11-devel - 10.11.18-1.fc45: package manager index match | 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 | Files for development of MariaDB/MySQL applications | http://mariadb.org


## Verwandte Links

- [Terminal utility packages](https://www.automicvault.com/de/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://www.automicvault.com/de/pkg/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Networking and protocol packages](https://www.automicvault.com/de/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Database and data packages](https://www.automicvault.com/de/pkg/database-data-tools/) - Matched database, SQL, migration, or data-store metadata.
- [groonga](https://www.automicvault.com/de/pkg/brew/groonga/) - Runtime dependency declared by Homebrew.
- [lz4](https://www.automicvault.com/de/pkg/brew/lz4/) - Runtime dependency declared by Homebrew.
- [openssl@3](https://www.automicvault.com/de/pkg/brew/openssl-3/) - Runtime dependency declared by Homebrew.
- [pcre2](https://www.automicvault.com/de/pkg/brew/pcre2/) - Runtime dependency declared by Homebrew.
- [xz](https://www.automicvault.com/de/pkg/brew/xz/) - Runtime dependency declared by Homebrew.
- [zstd](https://www.automicvault.com/de/pkg/brew/zstd/) - Runtime dependency declared by Homebrew.
- [bison](https://www.automicvault.com/de/pkg/brew/bison/) - Build dependency declared by Homebrew.
- [cmake](https://www.automicvault.com/de/pkg/brew/cmake/) - Build dependency declared by Homebrew.
- [openjdk](https://www.automicvault.com/de/pkg/brew/openjdk/) - Build dependency declared by Homebrew.
- [mariadb](https://www.automicvault.com/de/pkg/brew/mariadb/) - Package name indicates the same formula family.
- [mariadb@10.6](https://www.automicvault.com/de/pkg/brew/mariadb-10-6/) - Package name indicates the same formula family.
- [mariadb@11.4](https://www.automicvault.com/de/pkg/brew/mariadb-11-4/) - Package name indicates the same formula family.
- [mariadb@11.8](https://www.automicvault.com/de/pkg/brew/mariadb-11-8/) - Package name indicates the same formula family.
- [monetdb](https://www.automicvault.com/de/pkg/brew/monetdb/) - Shares av.db curated category or tags: cli, data, database, rdbms, sql.
- [mysql](https://www.automicvault.com/de/pkg/brew/mysql/) - Shares av.db curated category or tags: cli, data, database, rdbms, sql.
- [mysql@8.0](https://www.automicvault.com/de/pkg/brew/mysql-8-0/) - Shares av.db curated category or tags: cli, data, database, rdbms, sql.

## Combined YAML source

View the package source record on GitHub. [combined/mariadb@10.11.yml](https://github.com/automic-vault/db/blob/main/combined/mariadb@10.11.yml)


## Quellen

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