Credential access
Reads database passwords, option files, client config, and environment credentials.
brew / rank 229
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
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 dnf install mysqlFedora Rawhide package metadata · mysql · source: dl.fedoraproject.org
sudo apt install libmysql++-devDebian stable package indexes · libmysql++-dev · source: deb.debian.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 | executable | indexed executable | Discovered from the local executable index. |
ibd2sdi | executable | indexed executable | Discovered from the local executable index. |
innochecksum | executable | indexed executable | Discovered from the local executable index. |
my_print_defaults | executable | indexed executable | Discovered from the local executable index. |
myisam_ftdump | executable | indexed executable | Discovered from the local executable index. |
myisamchk | executable | indexed executable | Discovered from the local executable index. |
myisamlog | executable | indexed executable | Discovered from the local executable index. |
myisampack | executable | indexed executable | Discovered from the local executable index. |
mysql | executable | indexed executable | Discovered from the local executable index. |
mysql.server | executable | indexed executable | Discovered from the local executable index. |
mysql_client_test | executable | indexed executable | Discovered from the local executable index. |
mysql_config | executable | indexed executable | Discovered from the local executable index. |
mysql_config_editor | executable | indexed executable | Discovered from the local executable index. |
mysql_keyring_encryption_test | executable | indexed executable | Discovered from the local executable index. |
mysql_migrate_keyring | executable | indexed executable | Discovered from the local executable index. |
mysql_secure_installation | executable | indexed executable | Discovered from the local executable index. |
mysql_test_event_tracking | executable | indexed executable | Discovered from the local executable index. |
mysql_tzinfo_to_sql | executable | indexed executable | Discovered from the local executable index. |
mysqladmin | executable | indexed executable | Discovered from the local executable index. |
mysqlbinlog | executable | indexed executable | Discovered from the local executable index. |
mysqlcheck | executable | indexed executable | Discovered from the local executable index. |
mysqld | executable | indexed executable | Discovered from the local executable index. |
mysqld_multi | executable | indexed executable | Discovered from the local executable index. |
mysqld_safe | executable | indexed executable | Discovered from the local executable index. |
mysqldump | executable | indexed executable | Discovered from the local executable index. |
mysqldumpslow | executable | indexed executable | Discovered from the local executable index. |
mysqlimport | executable | indexed executable | Discovered from the local executable index. |
mysqlrouter | executable | indexed executable | Discovered from the local executable index. |
mysqlrouter_bootstrap | executable | indexed executable | Discovered from the local executable index. |
mysqlrouter_keyring | executable | indexed executable | Discovered from the local executable index. |
mysqlrouter_mrs_client | executable | indexed executable | Discovered from the local executable index. |
mysqlrouter_passwd | executable | indexed executable | Discovered from the local executable index. |
mysqlrouter_plugin_info | executable | indexed executable | Discovered from the local executable index. |
mysqlshow | executable | indexed executable | Discovered from the local executable index. |
mysqlslap | executable | indexed executable | Discovered from the local executable index. |
mysqltest | executable | indexed executable | Discovered from the local executable index. |
mysqltest_safe_process | executable | indexed executable | Discovered from the local executable index. |
mysqlxtest | executable | indexed executable | Discovered from the local executable index. |
perror | executable | indexed executable | Discovered from the local executable index. |
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.
install metadata
| Package key | brew:mysql |
|---|---|
| Version | 9.7.1 |
| Package manager | Homebrew |
| Homepage | https://github.com/mysql/mysql-server |
| Last updated | 2026-07-31T08:47:03+01:00 |
| Pulse | updated |
| Bottle | not recorded |
| Service | none declared |
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 9.7.2-1.fc45
MySQL client programs and shared libraries
sudo dnf install mysqlmysql++ 3.3.0-13.fc45
C++ wrapper for the MySQL C API
https://tangentsoft.com/mysqlpp/home
sudo dnf install mysql++mysql++-devel 3.3.0-13.fc45
MySQL++ developer files (headers, examples, etc.)
https://tangentsoft.com/mysqlpp/home
sudo dnf install mysql++-develmysql++-manuals 3.3.0-13.fc45
MySQL++ user and reference manuals
https://tangentsoft.com/mysqlpp/home
sudo dnf install mysql++-manualsmariadb 12.3.2-4
Fast SQL database server, derived from MySQL
sudo pacman -S mariadbmariadb-lts 11.8.8-3
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 12.3.2-1.3
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.