using the -h command line arguement worked fine. replacing localhost in the request with the ip address didn't work.
Any other ideas? something in php.ini? How do I check mysql if a request is even being received?
Also i just noticed the following in WinMySQLadmin. In the myODBC section it...
from the mysql prompt the results are instantaneous.
Yes, this is a new installation. Unfortunately I'm not sure everything was set up correct, but it does seem to work. What tests can I do to figure out where the problems lie?
I can't seem to get PHP(4.3) & MySQL(3.23) to talk to eachother.
I try:
$dbcnx = mysql_connect("localhost", "root", "");
and I get:
"Fatal error: Maximum execution time of 30 seconds exceeded..."
I suspect the MySQL setup, but I can add tables etc from...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.