mysql

Install command:
brew install mysql

Also known as: mysql@9.2

Open source relational database management system

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

License: GPL-2.0-only WITH Universal-FOSS-exception-1.0

Formula JSON API: /api/formula/mysql.json

Formula code: mysql.rb on GitHub

Bottle (binary package) installation support provided for:

Apple Silicon sequoia
sonoma
ventura
Intel sonoma
ventura
64-bit linux

Current versions:

stable 9.2.0

Other versions:

mysql@8.4 8.4.4 Open source relational database management system
mysql@8.0 8.0.41 Open source relational database management system
mysql@5.7 5.7.44 Open source relational database management system

Depends on:

abseil 20240722.1 C++ Common Libraries
icu4c@76 76.1 C/C++ and Java libraries for Unicode and globalization
lz4 1.10.0 Extremely Fast Compression algorithm
openssl@3 3.4.1 Cryptography and SSL/TLS Toolkit
protobuf 29.3 Protocol buffers (Google's data interchange format)
zlib 1.3.1 General-purpose lossless data-compression library
zstd 1.5.7 Zstandard is a real-time compression algorithm

Depends on when building from source:

bison 3.8.2 Parser generator
cmake 3.31.5 Cross-platform make
pkgconf 2.3.0 Package compiler and linker metadata toolkit

Conflicts with: mariadb, percona-server

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

Analytics:

Installs (30 days)
mysql 56,576
mysql --HEAD 121
Installs on Request (30 days)
mysql 56,510
mysql --HEAD 121
Build Errors (30 days)
mysql 1,338
Installs (90 days)
mysql 176,569
mysql --HEAD 389
Installs on Request (90 days)
mysql 176,144
mysql --HEAD 389
Installs (365 days)
mysql 597,885
mysql --HEAD 1,263
Installs on Request (365 days)
mysql 596,793
mysql --HEAD 1,263
Fork me on GitHub