[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: shimi <shimi@xxxxxxxxxxxxxxxx>
- Date: Wed Jul 25 02:01:00 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
On Wed, 25 Jul 2001, Nico Meijer wrote:
> 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
Actually, I did not know what that p means. That trick worked for me
numerious times. bizzar. :>
- shimi.