Well as nobody wanted to help me.. i fixed it myself.
Here is the Ultimate guide.. (REMEMBER after Each MySQL upgrade you should run mysql_upgrade!!) That was the ultimate fix for me everything works now. also in sentora.
//Add Remi Repo
# wget http://rpms.famillecollet.com/enterprise...ease-6.rpm
# rpm -Uvh remi-release-6*.rpm
// Update to PHP 5.6.8
# yum --enablerepo=remi-php56,remi update php\*
Update to Mysql 5.5.43
# yum --enablerepo=remi install mysql mysql-server
mysql_upgrade -uroot -ptheRootPassword
update naar 5.6
wget https://repo.mysql.com/mysql-community-release-el6.rpm
rpm -Uvh mysql-community-release-el6*.rpm
yum update mysql
Y
chkconfig --level 345 mysqld on
reboot
mysql_upgrade -uroot -ptheRootPassword
Here is the Ultimate guide.. (REMEMBER after Each MySQL upgrade you should run mysql_upgrade!!) That was the ultimate fix for me everything works now. also in sentora.
//Add Remi Repo
# wget http://rpms.famillecollet.com/enterprise...ease-6.rpm
# rpm -Uvh remi-release-6*.rpm
// Update to PHP 5.6.8
# yum --enablerepo=remi-php56,remi update php\*
Update to Mysql 5.5.43
# yum --enablerepo=remi install mysql mysql-server
mysql_upgrade -uroot -ptheRootPassword
update naar 5.6
wget https://repo.mysql.com/mysql-community-release-el6.rpm
rpm -Uvh mysql-community-release-el6*.rpm
yum update mysql
Y
chkconfig --level 345 mysqld on
reboot
mysql_upgrade -uroot -ptheRootPassword