mysql@8.4
brew install mysql@8.4
v8.4.10_1
GPL-2.0-only WITH Universal-FOSS-exception-1.0
keg-only
Open-source relational database server (version 8.4); keg-only formula for parallel installation with other MySQL versions.
Why you might care
Install MySQL 8.4 alongside other MySQL versions without conflicts—keg-only means it won't shadow your default mysql formula. Use this if you need the latest 8.4 features (improved performance, security fixes) but must maintain compatibility with projects pinned to older releases. Required as a runtime dependency for applications targeting MySQL 8.4.
4.1k
30-day installs · #694
10.4k
90-day · #796
45.6k
365-day · #721
12.3k
★ GitHub stars · updated 2d ago
Runtime dependencies
Build dependencies
Links
- https://github.com/mysql/mysql-server
- GitHub: mysql/mysql-server
- Brew formula source: Formula/m/mysql@8.4.rb
Caveats
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
Keg-only reason
:versioned_formula
Blurb generated by claude-haiku-4-5 on today.
Raw metadata
{
"aliases": [],
"alternatives": [
"MariaDB",
"PostgreSQL",
"SQLite"
],
"build_dependencies": [
"bison",
"cmake",
"pkgconf"
],
"categories": [
"database",
"database-client"
],
"caveats": "We\u0027ve installed your MySQL database without a root password. To secure it run:\n mysql_secure_installation\n\nMySQL is configured to only allow connections from localhost by default\n\nTo connect run:\n mysql -u root\n",
"conflicts_with": [],
"dependencies": [
"abseil",
"icu4c@78",
"lz4",
"openssl@3",
"protobuf",
"zlib-ng-compat",
"zstd"
],
"deprecated": 0,
"deprecation_reason": null,
"desc": "Open source relational database management system",
"disable_reason": null,
"disabled": 0,
"enrichment_fetched_at": "2026-06-20T23:41:01+00:00",
"first_seen": "2026-06-20T23:34:18+00:00",
"full_name": "mysql@8.4",
"github_default_branch": "trunk",
"github_last_commit_at": "2026-06-18T12:42:19Z",
"github_readme_excerpt": "Copyright (c) 2000, 2026, Oracle and/or its affiliates.\n\nThis is a release of MySQL, an SQL database server.\n\nLicense information can be found in the LICENSE file.\n\nIn test packages where this file is renamed README-test, the license\nfile is renamed LICENSE-test.\n\nThis distribution may include materials developed by third parties.\nFor license and attribution notices for these materials,\nplease refer to the LICENSE file.\n\nFor further information on MySQL or additional documentation, visit\n http://dev.mysql.com/doc/\n\nFor additional downloads and the source of MySQL, visit\n http://dev.mysql.com/downloads/\n\nMySQL is brought to you by the MySQL team at Oracle.\n",
"github_repo": "mysql/mysql-server",
"github_stars": 12304,
"github_topics": [],
"homepage": "https://github.com/mysql/mysql-server",
"homepage_og_description": null,
"homepage_og_image": null,
"homepage_title": null,
"installs_30d": 4083,
"installs_365d": 45644,
"installs_90d": 10401,
"keg_only": 1,
"keg_only_reason": ":versioned_formula",
"last_seen": "2026-06-20T23:34:18+00:00",
"license": "GPL-2.0-only WITH Universal-FOSS-exception-1.0",
"llm_generated_at": "2026-06-20T23:46:26+00:00",
"llm_model": "claude-haiku-4-5",
"name": "mysql@8.4",
"oldnames": [],
"one_liner": "Open-source relational database server (version 8.4); keg-only formula for parallel installation with other MySQL versions.",
"optional_dependencies": [],
"rank_30d": 694,
"rank_365d": 721,
"rank_90d": 796,
"raw_hash": "1ff5ea3bf1d7fb2a",
"recommended_dependencies": [],
"revision": 1,
"ruby_source_path": "Formula/m/mysql@8.4.rb",
"tap": "homebrew/core",
"test_dependencies": [],
"uses_from_macos": [
"curl",
"cyrus-sasl",
"libedit"
],
"version_head": null,
"version_stable": "8.4.10",
"versioned_formulae": [
"mysql@8.0"
],
"why_use_this": "Install MySQL 8.4 alongside other MySQL versions without conflicts\u2014keg-only means it won\u0027t shadow your default mysql formula. Use this if you need the latest 8.4 features (improved performance, security fixes) but must maintain compatibility with projects pinned to older releases. Required as a runtime dependency for applications targeting MySQL 8.4."
}