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”

September 1st, 2009 at 9:57 am
After Installation of Joomla on the SLES10/SP2 box it was the first possibility:
RPM “php5-mysql” not installed. That it is …
N.M.