MySQL - Getting Started

less than 1 minute read

Published:

This post covers installation of MySQL.

MySQL

brew install mysql
brew services start mysql
mysql_secure_installation
brew services stop mysql
mysql.server start
mysql.server stop
mysql -u root -p