[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] mySQL access from PHP on Qube 3
- Subject: Re: [cobalt-users] mySQL access from PHP on Qube 3
- From: "Nico Meijer" <nico.meijer@xxxxxxxxx>
- Date: Tue Jul 24 22:47:05 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
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