Re: [phplib] Help getting started From: Arne Brune Olsen (la8oga <email protected>)
Date: 05/22/00

>
> Help please
>
> I am am absolute newbie to phplib (and to php). I think that I have done
> everything right in the installation. I get the following message when I
> try to run index.php3
>
> Warning: Protocol mismatch. Server Version = 10 Client Version = 9 in

Hi
Sounds like there is a conflict between php and the mysql databaseserver.
You can probably fix this by recompiling php and/or recompiling mysql !

Arne

> db_mysql.inc on line 73
> Database error: pconnect(localhost, httpd, $Password) failed.
> MySQL Error: ()
> Session halted.
>
> My local.inc file is as follows
>
> Var $Host='localhost';
> Var $Database='phplib';
> Var $User='httpd';
> Var $Password='*******';
>
> I have made sure that mysql validates that user with that database and
> that password from that host.
>
> What am I doing wrong?
>
> Many thanks
>
> --
> Dr. Robin M. Braun
> Group Head, Telecommunications Engineering
> University of Technology, Sydney
> http://www.eng.uts.edu.au/~robinb/personal
>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>