Skip to main content

Mysqli not in easy apache 4

Comments

1 comment

  • cPanelJasonT
    Hello, In EasyApache 4, the mysqli extension is provided by the mysqlnd package. To illustrate this, here is a list of the files that are provided by the ea-php55-php-mysqlnd package:
    root@[~]# rpm -ql ea-php55-php-mysqlnd /opt/cpanel/ea-php55/root/etc/php.d/mysqlnd.ini /opt/cpanel/ea-php55/root/etc/php.d/mysqlnd_mysql.ini /opt/cpanel/ea-php55/root/etc/php.d/mysqlnd_mysqli.ini /opt/cpanel/ea-php55/root/etc/php.d/pdo_mysqlnd.ini /opt/cpanel/ea-php55/root/usr/lib64/php/modules/mysqlnd.so /opt/cpanel/ea-php55/root/usr/lib64/php/modules/mysqlnd_mysql.so /opt/cpanel/ea-php55/root/usr/lib64/php/modules/mysqlnd_mysqli.so /opt/cpanel/ea-php55/root/usr/lib64/php/modules/pdo_mysqlnd.so
    This can be installed by provisioning a profile with the mysql extension in the EasyApache4 interface. This package is also listed in the documentation here: PHP Options - EasyApache 4 - cPanel Documentation
    0

Please sign in to leave a comment.