[PHP-DB] dual-processors and php

2003-08-14 Thread Seth Tyler
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

RE: [PHP-DB] dual-processors and php

2003-08-14 Thread Seth Tyler
In <[EMAIL PROTECTED]> Jennifer Goodie wrote: > > Did you change any of the database settings? Are you getting an error > after your call to mysql_select_db()? > Thanks for responding. No, I didn't change the database settings, but I don't know if they were changed in the binary (rpm) instal

RE: [PHP-DB] dual-processors and php

2003-08-05 Thread Jennifer Goodie
> 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 > t