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

Re: [cobalt-users] mySQL access from PHP on Qube 3



Hi shimi,

> > Fatal error: Call to undefined function: mysql_connect() in
> > /home/groups/home/web/db_connect.php on line 2

> Try mysql_pconnect();

Looks more like no MySQL support built into PHP, so my guess is a
"persistent connection" will work as swell as a "connection".

I think Garret needs to re-install PHP, this time with the switch
"--with-mysql=/usr" (in case of rpm) added to the ./configure line.

My two cents... Nico