Error : Database Error: Unable to connect to the database:The MySQL adapter “mysql” is not available.

Got this error :

Database Error: Unable to connect to the database:The MySQL adapter “mysql” is not available.

There are some reasons why this occurs:

- php-mysql not installed
- php admin flags wrong set
- wrong suphp configuration, handlers should be:

[handlers]
;Handler for php-scripts
x-httpd-php=”php:/usr/bin/php”

;Handler for CGI-scripts
x-suphp-cgi=”execute:!self”

Tags: ,

One Response to “Error : Database Error: Unable to connect to the database:The MySQL adapter “mysql” is not available.”

  1. Michalko Says:

    After Installation of Joomla on the SLES10/SP2 box it was the first possibility:
    RPM “php5-mysql” not installed. That it is …

    N.M.

Leave a Reply