MySQL of MAMP on OS X

在 Terminal 中输入

cd /Applications/MAMP/db/
mv mysql mysql.bak
ln -s ~/Sites/.mysql/ mysql

每次全新安装 MAMP 时都需要执行一遍此命令(待验证)