Archive for July 6th, 2010

  • PHP 5.3 ,MySql 5.1 on RHEL 4

    Tuesday, July 6th, 2010

    For those who are still using RHEL 4.x and in need of deploying PHP 5.3 & MySQL 5.1 , you can get the required rpm packages from http://rpms.famillecollet.com/enterprise/4/ You can add the repo and update php and MySQL packages via yum, or download and install manually. I think the bare minimum will require these packages [...]

  • migrating/moving /usr and /var

    Tuesday, July 6th, 2010

    Space problem with /var and /usr , The server is running mysql . My Plan is to move my /usr and /var to “root” (/). To do that I have to make sure that all security settings and symlink are preserved. Prepare the new partitions In my case, this is simply my “/” partitions, so [...]