#update MySQL first
cd /usr/ports/databases/mysql51-server/ ;
make clean ;
make WITH_CHARSET=utf8 WITH_XCHARSET=all WITH_COLLATION=utf8_general_ci ;
/usr/local/etc/rc.d/mysql-server stop ;
make deinstall ;
make WITH_CHARSET=utf8 WITH_XCHARSET=all WITH_COLLATION=utf8_general_ci \
install clean ;
/usr/local/etc/rc.d/mysql-server start ;
#update other ports
cd /usr/ports/ ;
portmaster -aDGu ;
沒有留言:
張貼留言
除非必要,請不要在回覆時留下您的敏感資訊 (電話、email、地址等)