Sunday, November 16, 2014

How to enable mysqli extension WHM Cpanel

For checking if mysqli extension is enabled on not follow the steps below.

SSH server as root user.

========
[root@yourserver ~]# php -m | grep -i mysql
mysql
mysqli
pdo_mysql
========
as you can see above mysqli is enabled.

The mysqli extension allows you to access the functionality provided by MySQL 4.1 and above. More information about the MySQL Database server can be found at http://www.mysql.com/

To enable mysqli extension follow the steps below.

  • Login to WHM.
  • easyapache.
  • Select the package mysql improved from Exhaustive options list.
  • save and rebuild easy apache.

No comments:

Post a Comment

Do Write about the Blog and Welcome to the world where open source is every thing :-)