15 Aug
Upgrade Kloxo Mysql, PHP if you want to.
We can upgrade our Kloxo Mysql and PHP.
For upgrade it, we use SSH and yum command
First, we check our MySQL that already installed inside our kloxo.
# rpm -qa | grep -i mysql
for check the latest Mysql available for Kloxo
# yum check-update mysql-server
And for upgrade :
# yum update mysql-server
For upgrade PHP
Check our server PHP latest version
# rpm -qa | grep -i php
For check the latest PHP version that available
# yum check-update php
For upgrade PHP
# yum update php



Posted by kloxo??:??php?mysql – ???????????? on 15.08.10 at 9:09 am
[...] ??????????????Upgrade Kloxo Mysql, PHP if you want to. [...]
Posted by uzer on 15.08.10 at 9:09 am
nice tutorial..