-
Notifications
You must be signed in to change notification settings - Fork 44
MySQL on OSX
FiveTech Software edited this page Jul 17, 2019
·
3 revisions
Install "Brew" OSX packages manager:
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew install mysql
mysql -u root
mysql.server start
mysql.server stop
mysql.server restart