[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-users] php and mysql on raq550



mmh, i can remember to install an additional rpm on some mandrake boxes to
get this to work, but no idea how to do on a raq 550...


Fatal error: Call to undefined function: mysql_connect() in
/home/bla/bla/config.inc.php

i am trying to get a database there:

function dbconnect()
{
global $db_host,$db_username,$db_password,$mysql_access,$db_prefix;
$mysql_access = mysql_connect($db_host,$db_username,$db_password) or die
("Error: Mysql Connection Failed. Please check your configuration.");
}


trying to install the real rocking phpsupport from tm.jynx.net

thanks again, 

seb