Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 303 Bytes

mysql.md

File metadata and controls

9 lines (8 loc) · 303 Bytes

To connect: mysql -uroot

To have launchd start mysql at login: ln -sfv /usr/local/opt/mysql/*.plist ~/Library/LaunchAgents Then to load mysql now: launchctl load ~/Library/LaunchAgents/homebrew.mxcl.mysql.plist Or, if you don't want/need launchctl, you can just run: mysql.server start