[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-developers] PHP and MYSL connection errors..anyone have any idea?
- Subject: RE: [cobalt-developers] PHP and MYSL connection errors..anyone have any idea?
- From: "Steven Young" <steven.young@xxxxxxxxxxxxxxx>
- Date: Thu Jan 10 16:58:06 2002
- List-id: Discussion Forum for developers on Sun Cobalt Networks products <cobalt-developers.list.cobalt.com>
> The error I get is this>
> Fatal error: Call to undefined function: mysql_connect() in
> /home/sites/site22/web/mambo/classes/database.php on line 25
>
I'd hazard a guess that PHP isn't compiled with mysql support any more. Try
recompiling it with --with-mysql
~
S