Credential access
Reads database passwords, option files, client config, and environment credentials.
brew
Open source relational database management system. Version 9.7.1 via Homebrew; verified 2026-07-07.
agent safety
mysql provides client and server tooling that can read or mutate databases.
Reads database passwords, option files, client config, and environment credentials.
Can create, drop, alter, and export databases on reachable servers.
Can dump or import data artifacts that may contain sensitive records.
Gate destructive SQL, dumps, imports, and credential file access.
Allow schema inspection on safe targets; require approval for writes, dumps, and credential reads.
install
brew install mysqllocal Homebrew formula metadata
sudo apk add mysqlAlpine Linux edge package indexes · mysql · source: dl-cdn.alpinelinux.org
sudo apt install libmysql++-devDebian stable package indexes · libmysql++-dev · source: deb.debian.org
sudo dnf install mysqlFedora Rawhide package metadata · mysql · source: dl.fedoraproject.org
sudo pacman -S mariadbArch Linux sync databases · mariadb · source: geo.mirror.pkgbuild.com
sudo zypper install mariadbopenSUSE Tumbleweed package metadata · mariadb · source: download.opensuse.org
choco install mysqlChocolatey community package catalog · mysql · source: community.chocolatey.org
scoop install main/mysqlScoop official bucket manifest trees · bucket/mysql.json · source: api.github.com
winget install --id Oracle.MySQL -eWindows Package Manager source index · Oracle.MySQL · source: cdn.winget.microsoft.com
overview
Open source relational database management system
history
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.
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.
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
broad file, network, media, or database tool signal. formula declares a Homebrew service.
orange risk · medium confidence · infrastructure
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
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.
Config paths the tool may read or write during local use.
~/.my.cnfCredential-bearing paths to review before unattended agent runs.
~/.my.cnfexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
comp_err | cli | global executable | |
ibd2sdi | cli | global executable | |
mysql_config_editor | cli | global executable | |
mysql_keyring_encryption_test | cli | global executable | |
mysql_migrate_keyring | cli | global executable | |
mysql_test_event_tracking | cli | global executable | |
mysqlrouter | cli | global executable | |
mysqlrouter_bootstrap | cli | global executable | |
mysqlrouter_keyring | cli | global executable | |
mysqlrouter_mrs_client | cli | global executable | |
mysqlrouter_passwd | cli | global executable | |
mysqlrouter_plugin_info | cli | global executable | |
mysqltest_safe_process | cli | global executable | |
mysqlxtest | cli | global executable |
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.
https://github.com/mysql/mysql-server
install metadata
| Package key | brew:mysql |
|---|---|
| Version | 9.7.1 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/mysql |
| Homepage | https://github.com/mysql/mysql-server |
| Repository | https://github.com/mysql/mysql-server |
| Upstream docs | https://dev.mysql.com/doc |
| License | GPL-2.0-only WITH Universal-FOSS-exception-1.0 |
| Source archive | https://cdn.mysql.com/Downloads/MySQL-9.7/mysql-9.7.1.tar.gz |
| Last updated | 2026-07-07T02:23:24Z |
| Pulse | updated |
| Dependencies | abseil, icu4c@78, lz4, openssl@3, protobuf, zlib-ng-compat, zstd |
| Build dependencies | bison, cmake, pkgconf |
| Uses from macOS | curl, cyrus-sasl, libedit |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | declared |
| Caveats | A "/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 |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | mysql |
| Aliases |
|
| Version Scheme | 0 |
| Revision | 0 |
| Conflicts With |
|
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
libmysql++-dev 3.2.5-2.3+b1
MySQL C++ library bindings (development)
https://tangentsoft.net/mysqlpp/
sudo apt install libmysql++-devlibmysql++-doc 3.2.5-2.3
MySQL C++ library bindings (documentation and examples)
https://tangentsoft.net/mysqlpp/
sudo apt install libmysql++-doclibmysql++3t64 3.2.5-2.3+b1
MySQL C++ library bindings (runtime)
https://tangentsoft.net/mysqlpp/
sudo apt install libmysql++3t64libmysql++-dev 3.2.5-2.3
MySQL C++ library bindings (development)
https://tangentsoft.net/mysqlpp/
sudo apt install libmysql++-devlibmysql++-doc 3.2.5-2.3
MySQL C++ library bindings (documentation and examples)
https://tangentsoft.net/mysqlpp/
sudo apt install libmysql++-doclibmysql++3t64 3.2.5-2.3
MySQL C++ library bindings (runtime)
https://tangentsoft.net/mysqlpp/
sudo apt install libmysql++3t64mysql 11.8.8-r0
Dummy package for mysql migration
sudo apk add mysqlmysql 8.4.9-3.fc45
MySQL client programs and shared libraries
sudo dnf install mysqlmysql++ 3.3.0-12.fc44
C++ wrapper for the MySQL C API
https://tangentsoft.com/mysqlpp/home
sudo dnf install mysql++mysql++-devel 3.3.0-12.fc44
MySQL++ developer files (headers, examples, etc.)
https://tangentsoft.com/mysqlpp/home
sudo dnf install mysql++-develmysql++-manuals 3.3.0-12.fc44
MySQL++ user and reference manuals
https://tangentsoft.com/mysqlpp/home
sudo dnf install mysql++-manualsmariadb 12.3.2-2
Fast SQL database server, derived from MySQL
sudo pacman -S mariadbmariadb-lts 11.8.8-1
Fast SQL database server, derived from MySQL (LTS)
sudo pacman -S mariadb-ltsmysql++ 3.3.0-2
A C++ wrapper for MySQLs C API
http://tangentsoft.net/mysql++/
sudo pacman -S mysql++mariadb 11.8.8-1.1
Server part of MariaDB
sudo zypper install mariadbmysql
choco install mysqlsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.