Cài bằng Homebrew:
brew install mysql
Để launchd khởi động mysql khi đăng nhập:
ln -sfv /usr/local/opt/mysql/*plist ~/Library/LaunchAgents
Để khởi động mysql luôn:
launchctl load ~/Library/LaunchAgents/homebrew.mxcl.mysql.plist
Mặc định tài khoản mysql là root và không mật khẩu.
Cài bằng Homebrew:
brew install postgresql
Để launchd khởi động postgresql khi đăng nhập:
ln -sfv /usr/local/opt/postgresql/*plist ~/Library/LaunchAgents
Để khởi động postgresql luôn:
launchctl load ~/Library/LaunchAgents/homebrew.mxcl.postgresql.plist
Mặc định tài khoản postgresql là tên người dùng hiện tại của bạn và không mật khẩu.