HostOnNet Blog

How to enable mysqli on WHM

Looking for Linux Server Admin or WordPress Expert? We can help.

The MySQLi Extension is a relational database driver used in the PHP programming language to provide an interface with MySQL databases.

To install mysqli using EachApache:

1. Login to WHM as a ‘root’ user.

2. Go to Software > EasyApache

easyAppache

3. Scroll down and select a build option with Previously Saved Config profile.

4. Click Start “Start customizing based on profile”

5. Select the version of Apache and click “Next Step”.

6. Select the version of PHP and click “Next Step”.

7. Chose additional options within the “Short Options List”

8. Select “Exhaustive Options List” and look for “MySQL Improved extension”

mysqli

9. Click “Save and Build”

You can check mysqli is installed or not in phpinfo

phpinfo

Also you can use below command to check mysqli

php -i|grep -i mysqli

If it is properly installed,you will get the output like below

mysqli-command

About Sibi Antony

Bootstrap and Android LOVER. I've been creating things for the web for over 10 years, from the period of flash and table based layout web sites till mobile and tab friendly web sites.
Posted in Cpanel Server

One Response to How to enable mysqli on WHM

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.