Automic VaultAutomic Vault

brew

Installer mysql avec Homebrew, apk, chocolatey, dnf, apt, pacman, scoop, winget, zypper

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de mysql pour les workflows d'agents IA.

sécurité des agents

Réponse sur la sécurité des agents

mysql provides client and server tooling that can read or mutate databases.

Accès aux identifiants

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

Modification distante

Can create, drop, alter, and export databases on reachable servers.

Risque de publication ou d'artéfact

Can dump or import data artifacts that may contain sensitive records.

Contrôle recommandé

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

Conseils d'utilisation par les agents

Allow schema inspection on safe targets; require approval for writes, dumps, and credential reads.

installation

Commandes d'installation supplémentaires

macOS

Homebrewvérifié · 100%
brew install mysql

local Homebrew formula metadata

Linux

Alpine Linux apkvérifié · 92%
sudo apk add mysql

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

Fedora dnfvérifié · 92%
sudo dnf install mysql

Fedora Rawhide package metadata · mysql · Source: dl.fedoraproject.org

Debian aptvérifié · 92%
sudo apt install libmysql++-dev

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

Arch Linux pacmanvérifié · 92%
sudo pacman -S mariadb

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

openSUSE zyppervérifié · 92%
sudo zypper install mariadb

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

Windows

Chocolateyvérifié · 92%
choco install mysql

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

Scoopvérifié · 92%
scoop install main/mysql

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

Windows Package Managervérifié · 92%
winget install --id Oracle.MySQL -e

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

aperçu

Résumé du paquet

Open source relational database management system

Commandes et alias

  • comp_err
  • ibd2sdi
  • mysql_config_editor
  • mysql_keyring_encryption_test
  • mysql_migrate_keyring
  • mysql_test_event_tracking
  • mysqlrouter
  • mysqlrouter_bootstrap
  • mysqlrouter_keyring
  • mysqlrouter_mrs_client
  • mysqlrouter_passwd
  • mysqlrouter_plugin_info
  • mysqltest_safe_process
  • mysqlxtest

historique

Historique du projet et usages

MySQL is an open-source relational database management system that grew out of work by Michael "Monty" Widenius, David Axmark, and Allan Larsson. Oracle's manual says the team first intended to use mSQL with its own ISAM routines, then built a new SQL interface after finding mSQL too slow or inflexible; the name comes from Widenius's daughter, My. MySQL AB was founded in Sweden in 1995, the project adopted GPL distribution in 2000, and Sun Microsystems acquired MySQL AB in 2008 before Oracle acquired Sun.

Historique du projet

The system became one of the defining databases of the LAMP stack: MySQL Server provides a multithreaded SQL server, client programs and libraries, administrative tools, and APIs, and it can be used as a client/server database or embedded library. Its ecosystem role was shaped by web deployment, dual licensing, and storage-engine evolution, including InnoDB's rise as the transactional backend. Oracle's customer pages list users across media, ecommerce, financial services, technology, telecom, education, and manufacturing, with named examples such as YouTube, GitHub, Uber, Square, BBC, Spotify, Airbus/EADS, Boeing, and the University of Toronto.

Modes d'utilisation

In package-manager terms, Homebrew's unversioned `mysql` formula follows the active upstream server line and installs the server plus common client and administrative programs such as `mysql`, `mysqld`, `mysqldump`, `mysqladmin`, and `mysql_secure_installation`. Homebrew also keeps versioned formulae such as `mysql@8.4` and `mysql@8.0`, and the main formula notes conflicts with MariaDB and Percona Server, reflecting MySQL's long-standing relationship with compatible forks and alternative server distributions.

posture de sécurité

Niveau de risque : orange

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

Classificateur de risque

risque orange · confiance moyen · infrastructure

Pourquoi

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

Signaux

  • metadata:service
  • text:encrypt,database,sql,client,server

Comportement d'installation

  • Aucun hook post-install Homebrew n’est enregistré dans les métadonnées de formule.
  • Les métadonnées de formule déclarent un service ou daemon.
  • Les métadonnées de bottle Homebrew sont disponibles pour 6 plateformes.
  • S’installe avec 7 dépendances d’exécution.
  • Les métadonnées de compilation listent 3 dépendances de compilation.

Revue recommandée

Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des 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

exécutables

Exécutables installés

CommandeTypeExpositionNote
comp_errcliexécutable global
ibd2sdicliexécutable global
mysql_config_editorcliexécutable global
mysql_keyring_encryption_testcliexécutable global
mysql_migrate_keyringcliexécutable global
mysql_test_event_trackingcliexécutable global
mysqlroutercliexécutable global
mysqlrouter_bootstrapcliexécutable global
mysqlrouter_keyringcliexécutable global
mysqlrouter_mrs_clientcliexécutable global
mysqlrouter_passwdcliexécutable global
mysqlrouter_plugin_infocliexécutable global
mysqltest_safe_processcliexécutable global
mysqlxtestcliexécutable global

fraîcheur

Version et fraîcheur

Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.

page générée2026-07-10
version du gestionnaire9.7.1
gestionnaire mis à jour2026-07-07
données localesOK
amontnot checked
dernière version détectéenon détecté

https://github.com/mysql/mysql-server

métadonnées d'installation

Métadonnées du paquet

Clé du paquetbrew:mysql
Version9.7.1
Gestionnaire de paquetsHomebrew
Page du gestionnaire de paquetshttps://formulae.brew.sh/formula/mysql
Page d'accueilhttps://github.com/mysql/mysql-server
Dépôthttps://github.com/mysql/mysql-server
Docs amonthttps://dev.mysql.com/doc
LicenceGPL-2.0-only WITH Universal-FOSS-exception-1.0
Archive sourcehttps://cdn.mysql.com/Downloads/MySQL-9.7/mysql-9.7.1.tar.gz
Dernière mise à jour2026-07-07T02:23:24Z
Pulseupdated
Dépendancesabseil, icu4c@78, lz4, openssl@3, protobuf, zlib-ng-compat, zstd
Dépendances de compilationbison, cmake, pkgconf
Bibliothèques fournies par macOScurl, cyrus-sasl, libedit
Bouteilledisponible (sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
post-install Homebrewnon défini
Servicedeclared
PrécautionsA "/etc/my.cnf" or "/etc/mysql/my.cnf" from another install may interfere with a Homebrew-built server starting up correctly. Upgrading from MySQL <8.4 to MySQL >9.0 requires running MySQL 8.4 first: - brew services stop mysql - brew install mysql@8.4 - brew services start mysql@8.4 - brew services stop mysql@8.4 - brew services start mysql We've installed your MySQL database without a root password. To secure it run: mysql_secure_installation MySQL is configured to only allow connections from localhost by default To connect run: mysql -u root

faits du registre

Détails de la base source

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namemysql
Aliases
  • mysql@9.7
Version Scheme0
Revision0
Conflicts With
  • mariadb
  • percona-server
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

correspondances dans les bases sources

Autres enregistrements de gestionnaires de paquets

Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.

Debian apt95%

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 Dépendances
  • 1 dépendances optionnelles
  • normalized package name match
  • Correspondance par : 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 apt95%

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 dépendances optionnelles
  • normalized package name match
  • Correspondance par : 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 apt95%

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 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : 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 apt95%

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 Dépendances
  • 1 dépendances optionnelles
  • normalized package name match
  • Correspondance par : 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 apt95%

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 dépendances optionnelles
  • normalized package name match
  • Correspondance par : 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 apt95%

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 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : 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
apk95%

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 Dépendances
  • normalized package name match
  • Correspondance par : 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
dnf95%

mysql 8.4.9-3.fc45

MySQL client programs and shared libraries

http://www.mysql.com

sudo dnf install mysql
  • License: GPL-2.0-only AND ( GPL-2.0-only WITH Universal-FOSS-exception-1.0 ) AND GPL-2.0-or-later AND ( LGPL-2.0-only WITH Universal-FOSS-exception-1.0 ) AND (
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: mysql8.4
  • 15 Dépendances
  • 4 fournit
  • normalized package name match
  • Correspondance par : Mysql
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: mysql from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

mysql++ 3.3.0-12.fc44

C++ wrapper for the MySQL C API

https://tangentsoft.com/mysqlpp/home

sudo dnf install mysql++
  • License: LGPL-2.1-or-later
  • Category: Unspecified
  • Architecture: i686
  • Source Package: mysql++
  • 5 Dépendances
  • 2 fournit
  • normalized package name match
  • Correspondance par : Mysql
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: mysql++ from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

mysql++-devel 3.3.0-12.fc44

MySQL++ developer files (headers, examples, etc.)

https://tangentsoft.com/mysqlpp/home

sudo dnf install mysql++-devel
  • License: LGPL-2.1-or-later
  • Category: Unspecified
  • Architecture: i686
  • Source Package: mysql++
  • 3 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : Mysql
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: mysql++-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

mysql++-manuals 3.3.0-12.fc44

MySQL++ user and reference manuals

https://tangentsoft.com/mysqlpp/home

sudo dnf install mysql++-manuals
  • License: LGPL-2.1-or-later AND LicenseRef-LDPL
  • Category: Unspecified
  • Architecture: noarch
  • Source Package: mysql++
  • 1 Dépendances
  • 1 fournit
  • normalized package name match
  • Correspondance par : Mysql
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: mysql++-manuals from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
pacman95%

mariadb 12.3.2-2

Fast SQL database server, derived from MySQL

https://mariadb.org/

sudo pacman -S mariadb
  • License: GPL-2.0-only
  • Architecture: x86_64
  • 13 Dépendances
  • 2 fournit
  • 9 dépendances optionnelles
  • normalized package name match
  • Correspondance par : Mysql
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: mariadb from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
pacman95%

mariadb-lts 11.8.8-1

Fast SQL database server, derived from MySQL (LTS)

https://mariadb.org/

sudo pacman -S mariadb-lts
  • License: GPL-2.0-only
  • Architecture: x86_64
  • 13 Dépendances
  • 3 fournit
  • 9 dépendances optionnelles
  • normalized package name match
  • Correspondance par : Mysql
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: mariadb-lts from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
pacman95%

mysql++ 3.3.0-2

A C++ wrapper for MySQLs C API

http://tangentsoft.net/mysql++/

sudo pacman -S mysql++
  • License: LGPL AND custom
  • Architecture: x86_64
  • 1 Dépendances
  • normalized package name match
  • Correspondance par : Mysql
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: mysql++ from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper95%

mariadb 11.8.8-1.1

Server part of MariaDB

https://www.mariadb.org

sudo zypper install mariadb
  • License: SUSE-GPL-2.0-with-FLOSS-exception
  • Category: Productivity/Databases/Servers
  • Architecture: x86_64
  • Source Package: mariadb
  • 32 Dépendances
  • 9 fournit
  • normalized package name match
  • Correspondance par : Mysql
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: mariadb from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
Chocolatey95%

mysql

choco install mysql
  • normalized package name match
  • Correspondance par : Mysql
Chocolatey community package catalog · community.chocolatey.org · Chocolatey community package catalog: mysql from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','ms-reportviewer2015'

piste source

Généré depuis les données du dépôt

Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.

Sources utilisées

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