2015/01/27

mac OS 安裝 mysql 使用Homebrew

---- First, ensure that Homebrew is update to date and ready to brew:
$ brew update
$ brew doctor
$ brew upgrade

---- Next, install MySQL:
$ brew install mysql

---- Start MySQL:
$ mysql.server restart

---- Secure your MySQL installation. The main purpose of doing this is to ensure that the configuration of the local environment is set up as close as possible to the production environment.
mysql_secure_installation

設定Admin & 環境


---- 參考:
http://brew.sh/index_zh-tw.html

沒有留言: