macOS - Homebrew brew install mysql brew info mysql
Ubuntu(Linux) - apt-get sudo apt-get update sudo apt-get install mysql-server
macOS brew services start mysql
Ubuntu(Linux) sudo systemctl start mysql
mysql -u root