Skip to content Source: homebrew/core GitHub Homebrew
mysql
PopularFormula Utilities v9.6.0
Open source relational database management system
Install 1
App in
Terminal
$
brew install mysql
Dependencies
Build Dependencies
Conflicts With
mariadbpercona-server
Installation Notes
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
Install Statistics 23.5%
Average daily installs by period
Related Utilities Apps
View Allpython@3.13
Popular
Interpreted, interactive, object-oriented programming language
Utilities v3.13.12