> Since upgrading to php-5.0.3 & mySQL 4.1.7 we have problems running a
> script snipet below, it worked fine before the upgrade.
>
> <snipet>
> $db_server = "localhost";

Is MySQL set to listen on 'localhost' or a specific IP?

> $db_user = "user";

What is in the user table in the mysql database for allowed hosts for the user 
'user'? Is the user trying to connect from the same host MySQL is on or a 
different one?
_______________________________________________
Cobaltfacts site list
[email protected]
http://list.cobaltfacts.com/mailman/listinfo.cgi/cobaltfacts

Reply via email to