Settings for mysql that will help ensure Unicode top to bottom. [mysqld] default-character-set=utf8 default-collation=utf8_general_ci character-set-server=utf8 collation-server=utf8_general_ci init-connect=’SET NAMES utf8′ [client] default-character-set=utf8
There are tons of reasons to upgrade, and that’s out of scope here. I’m running 4.7 x64, and I want to upgrade. After googling around, found out that I have to upgrade by grabbing packages from the centosplus repo. Consider reading http://wiki.centos.org/AdditionalResources/Repositories/CentOSPlus/CentOSWebStack?action=show&redirect=Repositories%2FCentOSPlus%2FCentOSWebStack. At first try, php-pear won’t let me pass the Yum transaction check, and [...]