Because of the above implementation of clapf with MySQL 5.5 from atomic repo UPGRADE.
Today morning server running php websites went off All Websites were down,
PHP was updated to the version 5.4 after you executed the 'yum install mysql' command on the server.
yum have automatically installed the newer PHP version for dependencies because it was available in the atomic repository:
[root@ns1 ~]# grep php /var/log/yum.log
Jan 23 14:33:49 Updated: php-common-5.4.24-30.el6.art.x86_64
Jan 23 14:33:57 Updated: php-cli-5.4.24-30.el6.art.x86_64
Jan 23 14:34:00 Updated: php-pdo-5.4.24-30.el6.art.x86_64
Jan 23 14:34:05 Updated: php-gd-5.4.24-30.el6.art.x86_64
Jan 23 14:38:22 Updated: php-mysql-5.4.24-30.el6.art.x86_64
Jan 23 14:38:28 Updated: php-devel-5.4.24-30.el6.art.x86_64
Jan 23 14:38:30 Updated: php-5.4.24-30.el6.art.x86_64
Jan 23 14:38:35 Updated: php-mbstring-5.4.24-30.el6.art.x86_64
Jan 23 14:38:37 Updated: php-xml-5.4.24-30.el6.art.x86_64
Jan 23 14:38:38 Updated: php-imap-5.4.24-30.el6.art.x86_64
Jan 24 11:59:03 Installed: php-pecl-apc-3.1.15-0.6.svn329913.el6.art.x86_64
Jan 24 12:01:54 Erased: php-pecl-apc
[root@ns1 ~]# history|grep 2014-01-23|grep yum|grep '14:33'
703 [2014-01-23 14:33:08] yum install mysql
In order to resolve the issue I am going to downgrade PHP to original version.
Today morning server running php websites went off All Websites were down,
PHP was updated to the version 5.4 after you executed the 'yum install mysql' command on the server.
yum have automatically installed the newer PHP version for dependencies because it was available in the atomic repository:
[root@ns1 ~]# grep php /var/log/yum.log
Jan 23 14:33:49 Updated: php-common-5.4.24-30.el6.art.x86_64
Jan 23 14:33:57 Updated: php-cli-5.4.24-30.el6.art.x86_64
Jan 23 14:34:00 Updated: php-pdo-5.4.24-30.el6.art.x86_64
Jan 23 14:34:05 Updated: php-gd-5.4.24-30.el6.art.x86_64
Jan 23 14:38:22 Updated: php-mysql-5.4.24-30.el6.art.x86_64
Jan 23 14:38:28 Updated: php-devel-5.4.24-30.el6.art.x86_64
Jan 23 14:38:30 Updated: php-5.4.24-30.el6.art.x86_64
Jan 23 14:38:35 Updated: php-mbstring-5.4.24-30.el6.art.x86_64
Jan 23 14:38:37 Updated: php-xml-5.4.24-30.el6.art.x86_64
Jan 23 14:38:38 Updated: php-imap-5.4.24-30.el6.art.x86_64
Jan 24 11:59:03 Installed: php-pecl-apc-3.1.15-0.6.svn329913.el6.art.x86_64
Jan 24 12:01:54 Erased: php-pecl-apc
[root@ns1 ~]# history|grep 2014-01-23|grep yum|grep '14:33'
703 [2014-01-23 14:33:08] yum install mysql
In order to resolve the issue I am going to downgrade PHP to original version.