Posts

Showing posts from June, 2015

Install MySQLNd on a cPanel based server

In order to enable PHP modules on a cPanel based server, you need to execute the script "EasyApache". For installing additional modules like MySQLNd. You can do this by following steps given below. 1) Create a file /var/cpanel/easy/apache/rawopts/all_php5 2) Add the following line to that file: --with-mysqli=mysqlnd 3) Compile PHP using EasyApache