On Wednesday 06 March 2002 15:53, [EMAIL PROTECTED] wrote:

> Hi,
>
> I'm new to MySql, when I try to connect my PHP-script with
> mysql_connect($host, $user, $pass)
> my script returns the error
> "Fatal error: Call to undefined function: mysql_connect()"
> I have given the user all rights in MySQL, both on host, DB, tables, and
> fields
>
> This might be easy for you, but I'm stuck..any help / comments are
> appreciated

It means you do not have mysql support in PHP. If you compiled PHP yourself, 
recompile it to include mysql support. If you installed it via RPM then look 
for the appropriate RPMs from distro vendor.


-- 
Jason Wong -> Gremlins Associates -> www.gremlins.com.hk

/*
Sometime when you least expect it, Love will tap you on the shoulder...
and ask you to move out of the way because it still isn't your turn.
                -- N.V. Plyter
*/

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to