On Mon, 27 Dec 2004, Bruce Timberlake wrote: > > 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?
not sure but will check > > $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? Connecting on the same server. Gerald -- http://frontstreetnetworks.com | http://raqware.com Front Street Networks LLC, 229 Front Street, Ste.#C New Haven, CT 06513-3203 | phone: +1-203-785-0699 _______________________________________________ Cobaltfacts site list [email protected] http://list.cobaltfacts.com/mailman/listinfo.cgi/cobaltfacts
