pkg.soopen package index

brew / rank 229

Install mysql with Homebrew, apk, chocolatey, dnf, apt, pacman, scoop, winget, zypper

Open source relational database management system. Version 9.7.1 via Homebrew; verified 2026-07-31. Also installable with debian: sudo apt install libmysql++-dev.

agent safety

Agent safety answer

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

Credential access

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

Remote mutation

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

Publish/artifact risk

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

Recommended control

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

Agent-use guidance

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

install

Additional install commands

macOS

Homebrewverified · 100%
brew install mysql

local Homebrew formula metadata

Linux

Alpine Linux apkverified · 92%
sudo apk add mysql

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

Fedora dnfverified · 92%
sudo dnf install mysql

Fedora Rawhide package metadata · mysql · source: dl.fedoraproject.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

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

Open source relational database management system

Commands and aliases

  • comp_err
  • ibd2sdi
  • innochecksum
  • my_print_defaults
  • myisam_ftdump
  • myisamchk
  • myisamlog
  • myisampack
  • mysql
  • mysql.server
  • mysql_client_test
  • mysql_config
  • mysql_config_editor
  • mysql_keyring_encryption_test
  • mysql_migrate_keyring
  • mysql_secure_installation
  • mysql_test_event_tracking
  • mysql_tzinfo_to_sql
  • mysqladmin
  • mysqlbinlog
  • mysqlcheck
  • mysqld
  • mysqld_multi
  • mysqld_safe
  • mysqldump
  • mysqldumpslow
  • mysqlimport
  • mysqlrouter
  • mysqlrouter_bootstrap
  • mysqlrouter_keyring
  • mysqlrouter_mrs_client
  • mysqlrouter_passwd

history

Project history and usage

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.

Project history

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.

How it is used

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.

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

Signals

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

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
comp_errexecutableindexed executableDiscovered from the local executable index.
ibd2sdiexecutableindexed executableDiscovered from the local executable index.
innochecksumexecutableindexed executableDiscovered from the local executable index.
my_print_defaultsexecutableindexed executableDiscovered from the local executable index.
myisam_ftdumpexecutableindexed executableDiscovered from the local executable index.
myisamchkexecutableindexed executableDiscovered from the local executable index.
myisamlogexecutableindexed executableDiscovered from the local executable index.
myisampackexecutableindexed executableDiscovered from the local executable index.
mysqlexecutableindexed executableDiscovered from the local executable index.
mysql.serverexecutableindexed executableDiscovered from the local executable index.
mysql_client_testexecutableindexed executableDiscovered from the local executable index.
mysql_configexecutableindexed executableDiscovered from the local executable index.
mysql_config_editorexecutableindexed executableDiscovered from the local executable index.
mysql_keyring_encryption_testexecutableindexed executableDiscovered from the local executable index.
mysql_migrate_keyringexecutableindexed executableDiscovered from the local executable index.
mysql_secure_installationexecutableindexed executableDiscovered from the local executable index.
mysql_test_event_trackingexecutableindexed executableDiscovered from the local executable index.
mysql_tzinfo_to_sqlexecutableindexed executableDiscovered from the local executable index.
mysqladminexecutableindexed executableDiscovered from the local executable index.
mysqlbinlogexecutableindexed executableDiscovered from the local executable index.
mysqlcheckexecutableindexed executableDiscovered from the local executable index.
mysqldexecutableindexed executableDiscovered from the local executable index.
mysqld_multiexecutableindexed executableDiscovered from the local executable index.
mysqld_safeexecutableindexed executableDiscovered from the local executable index.
mysqldumpexecutableindexed executableDiscovered from the local executable index.
mysqldumpslowexecutableindexed executableDiscovered from the local executable index.
mysqlimportexecutableindexed executableDiscovered from the local executable index.
mysqlrouterexecutableindexed executableDiscovered from the local executable index.
mysqlrouter_bootstrapexecutableindexed executableDiscovered from the local executable index.
mysqlrouter_keyringexecutableindexed executableDiscovered from the local executable index.
mysqlrouter_mrs_clientexecutableindexed executableDiscovered from the local executable index.
mysqlrouter_passwdexecutableindexed executableDiscovered from the local executable index.
mysqlrouter_plugin_infoexecutableindexed executableDiscovered from the local executable index.
mysqlshowexecutableindexed executableDiscovered from the local executable index.
mysqlslapexecutableindexed executableDiscovered from the local executable index.
mysqltestexecutableindexed executableDiscovered from the local executable index.
mysqltest_safe_processexecutableindexed executableDiscovered from the local executable index.
mysqlxtestexecutableindexed executableDiscovered from the local executable index.
perrorexecutableindexed 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 version9.7.1
manager updated2026-07-31
local dataunknown
upstreamnot available
latest detectednot detected
  • okNo freshness warnings were generated.

install metadata

Package metadata

Package keybrew:mysql
Version9.7.1
Package managerHomebrew
Homepagehttps://github.com/mysql/mysql-server
Last updated2026-07-31T08:47:03+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%

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
  • normalized package name 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 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 optional deps
  • normalized package name 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 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 dependencies
  • 1 provides
  • normalized package name 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 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 dependencies
  • 1 optional deps
  • normalized package name 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 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 optional deps
  • normalized package name 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 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 dependencies
  • 1 provides
  • normalized package name 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
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 dependencies
  • normalized package name 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
dnf95%

mysql 9.7.2-1.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: mysql9.7
  • 15 dependencies
  • 4 provides
  • normalized package name match
  • Matched by: 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/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst
dnf95%

mysql++ 3.3.0-13.fc45

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 dependencies
  • 2 provides
  • normalized package name match
  • Matched by: 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/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst
dnf95%

mysql++-devel 3.3.0-13.fc45

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 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: 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/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst
dnf95%

mysql++-manuals 3.3.0-13.fc45

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 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: 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/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst
pacman95%

mariadb 12.3.2-4

Fast SQL database server, derived from MySQL

https://mariadb.org/

sudo pacman -S mariadb
  • License: GPL-2.0-only
  • Architecture: x86_64
  • 13 dependencies
  • 2 provides
  • 9 optional deps
  • normalized package name match
  • Matched by: 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-3

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 dependencies
  • 3 provides
  • 9 optional deps
  • normalized package name match
  • Matched by: 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 dependencies
  • normalized package name match
  • Matched by: 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 12.3.2-1.3

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 dependencies
  • 9 provides
  • normalized package name match
  • Matched by: Mysql
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: mariadb from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst
Chocolatey95%

mysql

choco install mysql
  • normalized package name match
  • Matched by: 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','multipass'

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