There's an echo in my head

日々のメモ。

MySQL 5.6.10を入れなおした

Homebrewの公式のFormulaが出たので、独自のFormulaで入れたものを削除して入れなおした。

launchctl unload -w ~/Library/LaunchAgents/com.mysql.mysqld.plist
brew update
brew uninstall mysql
brew install mysql --enable-memcached
ln -sfv /usr/local/opt/mysql/*.plist ~/Library/LaunchAgents
launchctl load -w ~/Library/LaunchAgents/homebrew.mxcl.mysql.plist
このブログに出てくるコードスニペッツは、引用あるいは断りがない限りMITライセンスです。