Error when trying to install ISPCONFIG 3

Discussion in 'HOWTO-Related Questions' started by kvess1967, Mar 7, 2013.

  1. kvess1967

    kvess1967 New Member

    No PHP MySQL functions available. Please ensure that the PHP MySQL module is loaded

    I have verified it is installed and running. followed the guide for NGINX install on 12.10 ubuntu 64 to the T. Below is my version MYSQL. Can you assist me.


    Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

    mysql> select version();
    +-------------------------+
    | version() |
    +-------------------------+
    | 5.5.29-0ubuntu0.12.10.1 |
    +-------------------------+
    1 row in set (0.00 sec)
     
  2. falko

    falko Super Moderator Howtoforge Staff

    Try
    Code:
    apt-get install php5-mysql
    
    /etc/init.d/php5-fpm reload
     

Share This Page