[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-developers] MySQL and PHP error when connecting (Qube 3)
- Subject: Re: [cobalt-developers] MySQL and PHP error when connecting (Qube 3)
- From: shimi <shimi@xxxxxxxxxxxxxxxx>
- Date: Thu Jun 28 07:36:02 2001
- List-id: Discussion Forum for developers on Cobalt Networks products <cobalt-developers.list.cobalt.com>
On Thu, 28 Jun 2001, Christopher Marsh-Bourdon wrote:
> Good evening all
>
> I'm currently pulling my hair out over my first piece of PHP on my Qube 3.
> I receive this error when attempting to run the PHP scripts:
>
> Fatal error: Call to undefined function: mysql_pconnect() in
> /home/groups/home/web/mysql.inc on line 204
>
> Can someone point out the obvious? Like I need to start the database (which
> I'm sure I'm doing!).
>
> Cheers
>
> Christopher
>
Read the error again; It doesn't say he can't connect to your MySQL,
but telling you that you're using a function he doesn't KNOW.
- shimi.