Error when running in SSH

Discussion in 'ISPConfig 3 Priority Support' started by rgwilliams20, May 26, 2017.

  1. rgwilliams20

    rgwilliams20 New Member

    Hi All,
    I get the following error when trying to run a command in SSH

    Fatal Error: Mysql is not supported in your PHP, recompile and try again.

    However my phpinfo shows that this is installed. This is a CentOS 6 Box with all the latest updates.
    PHP5.6.30

    Any ideas how I solve this?
     

    Attached Files:

  2. till

    till Super Moderator Staff Member ISPConfig Developer

    The PHPinfo() that you posted seems to be from a website while using PHP on the shell is command line PHP, so that's not the same. If you want to test if your command line php has mysql, you have to run the phpinfo() script on the command line and not in a web browser.
     

Share This Page