Recently I have decided to switch to the MySQL Native Driver for PHP: http://php.net/manual/en/book.mysqlnd.php
I am using CentOS 6.6 and I couldn't find a repository containing the php-mysqlnd. The default repositories does not include it. I do not want to recompile PHP from scratch since I have cPanel on top and I just don't want to mess up with it. Currently I just want to switch from php-mysql to php-mysqlnd and that's all.
What I have tried so far:
yum remove php-mysql
then
yum install php-mysqlnd
this has ended with:
No package php-mysqlnd available.
Error: Nothing to do
Then I have tried to add repositories like remi and webtatic. Neither of them worked.
Does any one knows a repository containing the php-mysqlnd?