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

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

## Installation

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

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install mariadb@11.4
```

  Evidenz: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install mariadb-11.4
```

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

### Linux

- apk (92%):

```sh
sudo apk add mariadb
```

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

- dnf (92%):

```sh
sudo dnf install mariadb
```

  Evidenz: Fedora Rawhide package metadata: mariadb from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-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

- 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

- Debian apt (92%):

```sh
sudo apt install libmariadb-dev
```

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

### Windows

- Chocolatey (92%):

```sh
choco install mariadb
```

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

- Scoop (92%):

```sh
scoop install main/mariadb
```

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

- winget (92%):

```sh
winget install --id MariaDB.Server -e
```

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

## Paketfakten

- **Paketschlüssel:** brew:mariadb@11.4
- **Paketmanager:** Homebrew
- **Paketmanager-Seite:** <https://formulae.brew.sh/formula/mariadb@11.4>
- **Version:** 11.4.12
- **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-11.4.12/source/mariadb-11.4.12.tar.gz>
- **Zuletzt aktualisiert:** 2026-07-05T20:42:00+01:00
- **Generiert:** 2026-07-26T07:20:29+00:00

## Executables

- aria_s3_copy (cli)
- aria_s3_copy (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: 11.4.12
- Manager aktualisiert: 2026-07-05
- lokale Daten: OK
- Upstream-Repository: https://mariadb.org/
- Info: Release/tag comparison is only available for GitHub repositories.
## Projektgeschichte und Nutzung

MariaDB 11.4 is a long-term-support MariaDB Server line and the first broadly stabilizing LTS in the 11.x generation. The Homebrew mariadb@11.4 formula is useful when users want newer 11.x behavior but need a locked feature set and a support window rather than a moving default.

### Projektgeschichte

MariaDB began in 2009 as a MySQL-compatible community fork and later developed its own release policy and source tree. By the 11.x generation, MariaDB had separated feature-development cadence from long-term-support expectations.

MariaDB Foundation announced in April 2024 that MariaDB Server 11.4 would be an LTS release to support users expecting five years of bug fixes in a release with a locked feature set. The 11.4.2 release notes identify 29 May 2024 as the Stable GA date and say 11.4 is maintained until May 2029.

### Adoptionsgeschichte

MariaDB 11.4 became a natural landing point for users who wanted to leave older 10.x branches while avoiding short-lived 11.x releases. The Foundation explicitly framed 11.4 LTS as a way to encourage broader MariaDB 11 adoption.

For package users, adoption is often controlled by production parity: a versioned formula lets local development, CI, and migration testing stay on 11.4 even if the unversioned Homebrew formula moves to a newer LTS.

### Wie es verwendet wird

Use mariadb@11.4 when an application is certified for MariaDB 11.4, when production is on the 2024 LTS line, or when users want 11.x features with an LTS maintenance horizon.

MariaDB 11.4 release notes call out dump/client compatibility behavior around a new sandbox command in mariadb-dump output. That is exactly the kind of packaging detail that makes version pinning useful for database users and tooling authors.

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

The package significance of mariadb@11.4 is controlled modernization. It gives users a stable 11.x target without forcing them to jump to each later branch, which matters for SQL compatibility, dumps, replication testing, plugins, and client tooling.

As an LTS branch maintained until May 2029, 11.4 is a strong default pin for users who need a supported MariaDB line but are not ready to follow yearly LTS upgrades immediately.

### Zeitleiste

- 2009: MariaDB began as a community fork of MySQL.
- 2024: MariaDB Foundation announced that MariaDB Server 11.4 would be LTS.
- 2024: MariaDB 11.4.2 became Stable GA on 29 May 2024.
- 2025: MariaDB 11.8 succeeded 11.4 as the next yearly LTS.
- 2029: MariaDB 11.4 maintenance is scheduled through May 2029.

### Related projects

- MariaDB 10.11 is the older 10.x LTS line for conservative compatibility.
- MariaDB 11.8 is the next yearly LTS after 11.4.
- MariaDB Connector/C provides the client library used by C/C++ applications connecting to 11.4.

### Quellen

- <https://mariadb.com/docs/release-notes/community-server/11.4/11.4.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/11-4-lts/>
- <https://mariadb.org/about/>
- <https://mariadb.org/download/>
- <https://mariadb.org/mariadb-server-turns-fifteen/>


## Sicherheitshinweise

Für mariadb@11.4 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@11.4
- **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-11.4: normalized package name match | MacPorts ports tree: databases/mariadb-11.4/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Debian apt - libmariadb-dev - 1:11.8.6-0+deb13u1: versioned package alias match | Debian stable package indexes: libmariadb-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | MariaDB database development files | https://mariadb.org/
- Debian apt - libmariadb-dev-compat - 1:11.8.6-0+deb13u1: versioned package alias match | Debian stable package indexes: libmariadb-dev-compat from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | MariaDB Connector/C, compatibility symlinks | https://mariadb.org/
- Debian apt - libmariadb3 - 1:11.8.6-0+deb13u1: versioned package alias match | Debian stable package indexes: libmariadb3 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | MariaDB database client library | https://mariadb.org/
- Debian apt - libmariadbd-dev - 1:11.8.6-0+deb13u1: versioned package alias match | Debian stable package indexes: libmariadbd-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | MariaDB embedded database, development files | https://mariadb.org/
- Debian apt - libmariadbd19t64 - 1:11.8.6-0+deb13u1: versioned package alias match | Debian stable package indexes: libmariadbd19t64 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | MariaDB embedded database, shared library | https://mariadb.org/
- Debian apt - mariadb-backup - 1:11.8.6-0+deb13u1: versioned package alias match | Debian stable package indexes: mariadb-backup from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Backup tool for MariaDB server | https://mariadb.org/
- Debian apt - mariadb-client - 1:11.8.6-0+deb13u1: versioned package alias match | Debian stable package indexes: mariadb-client from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | MariaDB database client binaries | https://mariadb.org/
- Debian apt - mariadb-client-compat - 1:11.8.6-0+deb13u1: versioned package alias match | Debian stable package indexes: mariadb-client-compat from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | MySQL compatibility links to mariadb-client binaries/scripts | https://mariadb.org/
- Debian apt - mariadb-client-core - 1:11.8.6-0+deb13u1: versioned package alias match | Debian stable package indexes: mariadb-client-core from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | MariaDB database core client binaries | https://mariadb.org/
- Debian apt - mariadb-common - 1:11.8.6-0+deb13u1: versioned package alias match | Debian stable package indexes: mariadb-common from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | MariaDB database common config files (/etc/mysql/mariadb.conf.d/) | https://mariadb.org/
- Debian apt - mariadb-plugin-connect - 1:11.8.6-0+deb13u1: versioned package alias match | Debian stable package indexes: mariadb-plugin-connect from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Connect storage engine for MariaDB server | https://mariadb.org/
- Debian apt - mariadb-plugin-connect-jdbc - 1:11.8.6-0+deb13u1: versioned package alias match | Debian stable package indexes: mariadb-plugin-connect-jdbc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Connect storage engine JDBC interface for MariaDB server | https://mariadb.org/
- Debian apt - mariadb-plugin-cracklib-password-check - 1:11.8.6-0+deb13u1: versioned package alias match | Debian stable package indexes: mariadb-plugin-cracklib-password-check from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | CrackLib Password Validation Plugin for MariaDB server | https://mariadb.org/
- Debian apt - mariadb-plugin-gssapi-client - 1:11.8.6-0+deb13u1: versioned package alias match | Debian stable package indexes: mariadb-plugin-gssapi-client from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | GSSAPI authentication plugin for MariaDB client | https://mariadb.org/
- Debian apt - mariadb-plugin-gssapi-server - 1:11.8.6-0+deb13u1: versioned package alias match | Debian stable package indexes: mariadb-plugin-gssapi-server from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | GSSAPI authentication plugin for MariaDB server | https://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.11](https://www.automicvault.com/de/pkg/brew/mariadb-10-11/) - 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.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@11.4.yml](https://github.com/automic-vault/db/blob/main/combined/mariadb@11.4.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
