凭据访问
Reads database passwords, option files, client config, and environment credentials.
代理安全
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来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.