macOS
brew install mysql-client@8.0local Homebrew formula metadata
brew
Open source relational database management system. Version 8.0.46 via Homebrew; verified 2026-04-21.
install
brew install mysql-client@8.0local Homebrew formula metadata
sudo apt install mysql-client-8.0Ubuntu 24.04 LTS package indexes · mysql-client-8.0 · source: archive.ubuntu.com
sudo apk add mysql-clientAlpine Linux edge package indexes · mysql-client · source: dl-cdn.alpinelinux.org
sudo zypper install mariadb-clientopenSUSE Tumbleweed package metadata · mariadb-client · source: download.opensuse.org
overview
Open source relational database management system
history
The `mysql-client@8.0` formula packages the client-side tools for the MySQL 8.0 series, separating the CLI utilities from a full local server install. It inherits the broader MySQL history: MySQL was founded in 1995 by Allan Larsson, David Axmark, and Michael "Monty" Widenius, grew through early web and Linux adoption, moved to the GPL during the MySQL 3.23 era, was acquired by Sun in 2008, and came under Oracle through Oracle's acquisition of Sun.
MySQL 8.0 was a major technical generation. Oracle's 8.0 manual highlights a transactional data dictionary replacing older metadata files and nontransactional tables, atomic DDL, and automatic server-side upgrade work that formerly depended on `mysql_upgrade`. The 8.0 release notes list the GA line beginning with 8.0.11 on 2018-04-19 and running through 8.0.46, with the notes marking 8.0.46 as the April 2026 EOL point for the series.
For users, the Homebrew `@8.0` formula preserves access to the 8.0-compatible client command set: `mysql` for SQL sessions and scripts, `mysqldump` and `mysqlpump` for logical export workflows, `mysqladmin` for server operations, `mysqlcheck` for table maintenance, `mysqlbinlog` for binary log inspection, and helper programs such as `mysql_config_editor`. It is useful when applications, servers, or deployment policies remain pinned to the 8.0 protocol and tooling behavior rather than the unversioned client package.
security posture
No matching local secret-handling manifest was found for mysql-client@8.0. Nucleus package metadata is still published here so future coverage has a stable package URL.
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.
/etc/my.cnf/etc/mysql/my.cnfSYSCONFDIR/my.cnf~/.my.cnf%WINDIR%\my.ini%WINDIR%\my.cnfC:\my.iniC:\my.cnf%APPDATA%\MySQL\.mylogin.cnfCredential-bearing paths to review before unattended agent runs.
~/.my.cnf~/.mylogin.cnf%APPDATA%\MySQL\.mylogin.cnfexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
lz4_decompress | cli | global executable | |
mysql_ssl_rsa_setup | cli | global executable | |
mysqlpump | cli | global executable | |
zlib_decompress | 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-client@8.0 |
|---|---|
| Version | 8.0.46 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/mysql-client@8.0 |
| Homepage | https://github.com/mysql/mysql-server |
| Repository | https://github.com/mysql/mysql-server |
| Upstream docs | https://dev.mysql.com/doc/refman/8.0/en |
| License | GPL-2.0-only WITH Universal-FOSS-exception-1.0 |
| Source archive | https://cdn.mysql.com/Downloads/MySQL-8.0/mysql-boost-8.0.46.tar.gz |
| Last updated | 2026-04-21T20:03:55Z |
| Pulse | updated |
| Dependencies | libevent, libfido2, openssl@3, zlib-ng-compat, zstd |
| Build dependencies | bison, cmake, pkgconf |
| Uses from macOS | libedit |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | mysql-client@8.0 |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | yes |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
mysql-client-8.0 8.0.36-2ubuntu3
MySQL database client binaries
sudo apt install mysql-client-8.0mysql-client 8.0.36-2ubuntu3
MySQL database client (metapackage depending on the latest version)
sudo apt install mysql-clientmysql-client 11.8.8-r0
Dummy package for mysql-client migration
sudo apk add mysql-clientmariadb-client 11.8.8-1.1
Client for MariaDB
sudo zypper install mariadb-clientsource 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.