> My php scripts that work well on single-processor machines will not work
> when I put them on a dual-processor server running RedHat 8.0. Is this a
> matter of settings in php or in the mysql database that provides the
> data? I can connect to the database through the php.include scripts, but
> then I get the message "no database in use" from mysql_error() when it
> comes to making queries. I've tried these scripts on two different dual-
> processor machines and get the same result. I've also tried various
> combinations of the host name ("localhost", "127.0.0.1", real IP
> address).
> Before upgrading to RedHat 8.0 on these machines, the scripts did work,
> however.

Did you change any of the database settings?  Are you getting an error after
your call to mysql_select_db()?


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

Reply via email to