打開終端:
安裝mysql:
brew install mysql
設置mysql為開機啟動項目:
ln -sfv /usr/local/opt/mysql/*.plist ~/Library/LaunchAgents
啟動mysql
mysql.server start
設置密碼:
mysql_secure_installation
打開終端:
安裝mysql:
brew install mysql
設置mysql為開機啟動項目:
ln -sfv /usr/local/opt/mysql/*.plist ~/Library/LaunchAgents
啟動mysql
mysql.server start
設置密碼:
mysql_secure_installation