Automic VaultAutomic Vault

brew

Install mysql-client@8.0 with Homebrew, apt, apk, zypper

Open source relational database management system. Version 8.0.46 via Homebrew; verified 2026-04-21.

install

Additional install commands

macOS

Homebrewverified · 100%
brew install mysql-client@8.0

local Homebrew formula metadata

Linux

Ubuntu aptverified · 92%
sudo apt install mysql-client-8.0

Ubuntu 24.04 LTS package indexes · mysql-client-8.0 · source: archive.ubuntu.com

Alpine Linux apkverified · 92%
sudo apk add mysql-client

Alpine Linux edge package indexes · mysql-client · source: dl-cdn.alpinelinux.org

openSUSE zypperverified · 92%
sudo zypper install mariadb-client

openSUSE Tumbleweed package metadata · mariadb-client · source: download.opensuse.org

overview

Package summary

Open source relational database management system

Commands and aliases

  • lz4_decompress
  • mysql_ssl_rsa_setup
  • mysqlpump
  • zlib_decompress

history

Project history and usage

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.

Project history

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.

How it is used

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 protected-tool coverage found yet

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.

Install behavior

  • No Homebrew post-install hook is recorded in formula metadata.
  • Homebrew bottle metadata is available for 6 platform targets.
  • Installs with 5 runtime dependencies.
  • Build metadata lists 3 build dependencies.

Recommended review

Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.

local files

Configuration and credential file locations

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.

Configuration files

Config paths the tool may read or write during local use.

Unix
/etc/my.cnf/etc/mysql/my.cnfSYSCONFDIR/my.cnf~/.my.cnf
Windows
%WINDIR%\my.ini%WINDIR%\my.cnfC:\my.iniC:\my.cnf%APPDATA%\MySQL\.mylogin.cnf

Credential files

Credential-bearing paths to review before unattended agent runs.

Unix
~/.my.cnf~/.mylogin.cnf
Windows
%APPDATA%\MySQL\.mylogin.cnf

executables

Installed executables

CommandKindExposureNote
lz4_decompresscliglobal executable
mysql_ssl_rsa_setupcliglobal executable
mysqlpumpcliglobal executable
zlib_decompresscliglobal executable

freshness

Version and 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.

page generated2026-07-08
manager version8.0.46
manager updated2026-04-21
local dataok
upstreamnot checked
latest detectednot detected

https://github.com/mysql/mysql-server

install metadata

Package metadata

Package keybrew:mysql-client@8.0
Version8.0.46
Package managerHomebrew
Package manager pagehttps://formulae.brew.sh/formula/mysql-client@8.0
Homepagehttps://github.com/mysql/mysql-server
Repositoryhttps://github.com/mysql/mysql-server
Upstream docshttps://dev.mysql.com/doc/refman/8.0/en
LicenseGPL-2.0-only WITH Universal-FOSS-exception-1.0
Source archivehttps://cdn.mysql.com/Downloads/MySQL-8.0/mysql-boost-8.0.46.tar.gz
Last updated2026-04-21T20:03:55Z
Pulseupdated
Dependencieslibevent, libfido2, openssl@3, zlib-ng-compat, zstd
Build dependenciesbison, cmake, pkgconf
Uses from macOSlibedit
Bottleavailable (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-installnot defined
Servicenone declared

registry facts

Source database details

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namemysql-client@8.0
Version Scheme0
Revision0
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyyes
URL Keys
  • stable

source database matches

Other package-manager records

Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.

Ubuntu apt95%

mysql-client-8.0 8.0.36-2ubuntu3

MySQL database client binaries

http://dev.mysql.com/

sudo apt install mysql-client-8.0
  • Section: database
  • Architecture: amd64
  • Source Package: mysql-8.0
  • 3 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Mysql Client 8 0
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: mysql-client-8.0 from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
Ubuntu apt88%

mysql-client 8.0.36-2ubuntu3

MySQL database client (metapackage depending on the latest version)

http://dev.mysql.com/

sudo apt install mysql-client
  • Section: database
  • Architecture: all
  • Source Package: mysql-8.0
  • 1 dependencies
  • versioned package alias match
  • Matched by: Mysql Client
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: mysql-client from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
apk88%

mysql-client 11.8.8-r0

Dummy package for mysql-client migration

https://www.mariadb.org/

sudo apk add mysql-client
  • License: GPL-2.0-only
  • Architecture: x86_64
  • Source Package: mariadb
  • 1 dependencies
  • versioned package alias match
  • Matched by: Mysql Client
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: mysql-client from https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
zypper88%

mariadb-client 11.8.8-1.1

Client for MariaDB

https://www.mariadb.org

sudo zypper install mariadb-client
  • License: SUSE-GPL-2.0-with-FLOSS-exception
  • Category: Productivity/Databases/Clients
  • Architecture: x86_64
  • Source Package: mariadb
  • 14 dependencies
  • 5 provides
  • versioned package alias match
  • Matched by: Mysql Client
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: mariadb-client from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst

source trail

Generated from repository data

This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.

Used sources

  • Nucleus package database
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment