$ brew info mysql
Expected output: mysql: stable 8.0.12 (bottled)
$ brew install mysql
| # Pre-requisites | |
| 1. zsh (5.0.8 or higher) | |
| 1. git (2.4.11 or higher) | |
| 2. curl or wget | |
| # Install Oh My Zsh | |
| sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" | |
| # Install powerlevel10k Zsh theme | |
| git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k |
$ brew info mysql
Expected output: mysql: stable 8.0.12 (bottled)
$ brew install mysql