認証情報アクセス
Reads database passwords, option files, client config, and environment credentials.
brew
mysql のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
エージェント安全性
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.
インストール
brew install mysqllocal Homebrew formula metadata
sudo apk add mysqlAlpine Linux edge package indexes · mysql · ソース: dl-cdn.alpinelinux.org
sudo dnf install mysqlFedora Rawhide package metadata · mysql · ソース: dl.fedoraproject.org
sudo apt install libmysql++-devDebian stable package indexes · libmysql++-dev · ソース: deb.debian.org
sudo pacman -S mariadbArch Linux sync databases · mariadb · ソース: geo.mirror.pkgbuild.com
sudo zypper install mariadbopenSUSE Tumbleweed package metadata · mariadb · ソース: download.opensuse.org
choco install mysqlChocolatey community package catalog · mysql · ソース: community.chocolatey.org
scoop install main/mysqlScoop official bucket manifest trees · bucket/mysql.json · ソース: api.github.com
winget install --id Oracle.MySQL -eWindows Package Manager source index · Oracle.MySQL · ソース: cdn.winget.microsoft.com
概要
Open source relational database management system
履歴
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.
セキュリティ状態
broad file, network, media, or database tool signal. formula declares a Homebrew service.
リスク orange · 信頼度 中 · infrastructure
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
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.cnf実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
comp_err | cli | グローバル実行可能ファイル | |
ibd2sdi | cli | グローバル実行可能ファイル | |
mysql_config_editor | cli | グローバル実行可能ファイル | |
mysql_keyring_encryption_test | cli | グローバル実行可能ファイル | |
mysql_migrate_keyring | cli | グローバル実行可能ファイル | |
mysql_test_event_tracking | cli | グローバル実行可能ファイル | |
mysqlrouter | cli | グローバル実行可能ファイル | |
mysqlrouter_bootstrap | cli | グローバル実行可能ファイル | |
mysqlrouter_keyring | cli | グローバル実行可能ファイル | |
mysqlrouter_mrs_client | cli | グローバル実行可能ファイル | |
mysqlrouter_passwd | cli | グローバル実行可能ファイル | |
mysqlrouter_plugin_info | cli | グローバル実行可能ファイル | |
mysqltest_safe_process | cli | グローバル実行可能ファイル | |
mysqlxtest | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/mysql/mysql-server
インストールメタデータ
| パッケージキー | brew:mysql |
|---|---|
| バージョン | 9.7.1 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/mysql |
| ホームページ | https://github.com/mysql/mysql-server |
| リポジトリ | https://github.com/mysql/mysql-server |
| 上流ドキュメント | https://dev.mysql.com/doc |
| ライセンス | GPL-2.0-only WITH Universal-FOSS-exception-1.0 |
| ソースアーカイブ | https://cdn.mysql.com/Downloads/MySQL-9.7/mysql-9.7.1.tar.gz |
| 最終更新 | 2026-07-07T02:23:24Z |
| Pulse | updated |
| 依存関係 | abseil, icu4c@78, lz4, openssl@3, protobuf, zlib-ng-compat, zstd |
| ビルド依存関係 | bison, cmake, pkgconf |
| macOS 提供ライブラリ | curl, cyrus-sasl, libedit |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | declared |
| 注意点 | 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 |
レジストリ情報
| 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 |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
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 mysqlソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.