Logged In: NO

you need to add sql support to php.

-- from install.mysql --
Hint for Linux-Debian users: it may be necessary to load the
mySQL
module first: insert the following line in config.php before
"mysql.php" gets included:
if (!extension_loaded("mysql")) { dl("mysql.so"); }
-- eof --

on debian you need to run "apt-get install php-mysql"