I'm running php4 and latest versions of mysql and apache and I'm getting 30 second timeout errors running php pages using mysql on localhost
can I change this setting or speed up the process?
Julia
You can set the execution limit in php.ini
look for max_execution_time
It is set to 30 seconds by default.
Thanks, that worked, but any idea why it is so slow when running on localhost? There are only a few records in the database, and it runs so much faster on the internet
Could be that your localhost doesn't have enough CPU or memory to handle the load maybe ?