|
Posted by Steve on 01/15/06 19:12
Is this from the command line, or from a browser-driven app? If the
former, this is usual, as MySQL ab are doing stupid things with licensing.
If you wand mysql support from the command line, you'll have to roll your
own.
Steve
On Sun, 15 Jan 2006 09:01:12 -0800, awdsites wrote:
> Hi,
>
> I'm a noob with a server so keep that in mind :) Been trying to connect
> with php to mysql and all I get is:
>
> "Fatal error: Call to undefined function: mysql_connect()"
>
> I've read and read and can't figure out what is wrong. My current set
> up is:
>
> # rpm -qa | grep php
>
> php-ldap-4.3.2-23.ent
> php-mysql-4.3.2-3mdk
> php-imap-4.3.2-23.ent
> php-4.3.2-23.ent
>
> # rpm -qa | grep php
>
> php-ldap-4.3.2-23.ent
> php-mysql-4.3.2-3mdk
> php-imap-4.3.2-23.ent
> php-4.3.2-23.ent
>
> On RedHat 3.2ES
>
> Can someone please help? I've been trying for 2 weeks now and I still
> don't know what to do. TIA!
[Back to original message]
|