Install PHP 7.3 and MySQL 5.1+
First, let’s install the Mac dependency manager “Homebrew”
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Then, let’s install PHP and MySQL
brew tap shivammathur/php
brew install shivammathur/php/[email protected]
Now, let’s install MySQL
brew install mysql