install mysqli on cPanel/WHM using EasyApache
How to install mysqli on cPanel/WHM using EasyApache
Overview:
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 'root' user.
2. Either search for "EasyApache" or go to Software > EasyApache
3. Scroll down and select a build option (Previously Saved Config)
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"
9. Click "Save and Build"
To check mysqli was installed:
Run the following command as 'root' in SSH:
php -i|grep -i mysqli
Related Articles
enable cURL on WHM/cPanel using EasyApache
How to enable cURL on WHM/cPanel using EasyApache Authorsupport support Article Reference NumberAA-05017 Views10659 How to enable cURL on WHM/cPanel using EasyApache Overview A command line tool for getting or sending files using URL syntax. To ...
Enable GZip compression using easyapache whm/cpanel
GZIP You can easily speed up your WordPress, Joomla, Drupal install by enabling Gzip via EasyApache. EasyApache is an easy way to enable Gzip compression and will bring your PHP script loading times down. Google Page Speed takes account of Gzip ...
easyapache configuration on cpanel/whm server
EasyApache Overview EasyApache is a powerful and simple-to-use script that you can use to update and configure your Apache web server. To configure EasyApache on WHM/cPanel 1. Login to WHM 2. Either search for "EasyApache" or go to Software > ...
Installing WHM/Cpanel
To install CPanel first make sure perl is installed and updated yum -y install perl Then update the hostname to it's proper hostname, you can find it here: nano /etc/sysconfig/network Navigate to root user's home cd /home Then download the latest ...
WHM / CPanel LOG Files and locations.
cPanel logs Access logs and user actions /usr/local/cpanel/logs/access_log Account transfers and misc. logs /var/cpanel/logs Auditing log (account creations, deletions, etc) /var/cpanel/accounting.log Backup logs /usr/local/cpanel/logs/cpbackup Brute ...