Tell me more ×
Server Fault is a question and answer site for professional system and network administrators. It's 100% free, no registration required.

I use yum as my package manager on CentOS, running as a testing web server. I want to re-configure PHP with --with-mysqli=mysqlnd, but do it through yum. Is this possible, and if so, how?

At the moment, mysqli is already installed, but uses the default libmysql.

share|improve this question

1 Answer

up vote 1 down vote accepted

CentOS has left out MySQLND of their build. You have to find some third party repository where php5-mysqlnd is compiled. For example Remis one

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.