Skip to main content

Setup problems with script on Centos 6.8 and cPanel

Comments

1 comment

  • cPanelMichael
    Hello @mmeachm, The specific RPM for the MySQL extension with PHP 5.6 is found using the following command:
    # repoquery -q --whatprovides 'ea-php56-php-mysql' | sort -V | tail -1 ea-php56-php-mysqlnd-0:5.6.28-1.1.2.cpanel.x86_64
    With this output, it shows the RPM you require is named ea-php56-php-mysqlnd. You can install the package if it's not already installed with the following command:
    yum install ea-php56-php-mysqlnd
    Information on the MySQL native driver is available at: PHP: Mysqlnd - Manual Thank you.
    0

Please sign in to leave a comment.