Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. heshys

    PHP/MySql Not Connecting

    That's cool. Is there one with just PHP/MySQL I'd prefer to keep IIS for now.
  2. heshys

    PHP/MySql Not Connecting

    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...
  3. heshys

    PHP/MySql Not Connecting

    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?
  4. heshys

    PHP/MySql Not Connecting

    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...

Part and Inventory Search

Back
Top