Web page wont' load from WAMP server: mysql connection error
Posted by: SidelineSaint (---.usda.gov)
Date: February 09, 2012 10:07PM

Sometime last year, I installed the wamp stack on a local server. Everything has been running smoothly. I have phpmyadmin and a local web site running off of it with no problems. I want to try playing around with building a dynamic web site, so I'm trying to run a tutorial from a book which will help me learn how a mysql database can connect to a web page using Dreamweaver.

I have downloaded the tutorial file folder and placed it on the root folder of the web server. (This is where my local web site's home page loads from with no problems.) That file folder, entitled "cosmo_shop", has an index.php within it. In the book, it says if type [10.100.136.26] in the web browser that the index page should open up (subbed in my server for localhost). Makes sense, but I get the below error message instead. Does anyone have clues as to why my other site works just fine, but the index file of this tutorial won't load?

Thanks!

Warning: mysql_pconnect(): [2002] A connection attempt failed because the connected party did not (trying to connect via tcp://10.100.136.29:3306) in C:\wamp\www\cosmo_shop\Connections\connCosmo.php on line 9 Call Stack: 0.0019 414400 1. {main}() C:\wamp\www\cosmo_shop\index.php:0 0.0031 418120 2. require_once('C:\wamp\www\cosmo_shop\Connections\connCosmo.php') C:\wamp\www\cosmo_shop\index.php:1 0.0031 418616 3. mysql_pconnect() C:\wamp\www\cosmo_shop\Connections\connCosmo.php:9 Warning: mysql_pconnect(): A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. in C:\wamp\www\cosmo_shop\Connections\connCosmo.php on line 9 Call Stack: 0.0019 414400 1. {main}() C:\wamp\www\cosmo_shop\index.php:0 0.0031 418120 2. require_once('C:\wamp\www\cosmo_shop\Connections\connCosmo.php') C:\wamp\www\cosmo_shop\index.php:1 0.0031 418616 3. mysql_pconnect() C:\wamp\www\cosmo_shop\Connections\connCosmo.php:9 Fatal error: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. in C:\wamp\www\cosmo_shop\Connections\connCosmo.php on line 9 Call Stack: 0.0019 414400 1. {main}() C:\wamp\www\cosmo_shop\index.php:0 0.0031 418120 2. require_once('C:\wamp\www\cosmo_shop\Connections\connCosmo.php') C:\wamp\www\cosmo_shop\index.php:1 20.9967 419168 3. trigger_error() C:\wamp\www\cosmo_shop\Connections\connCosmo.php:9

Options: ReplyQuote
Re: Web page wont' load from WAMP server: mysql connection error
Posted by: SidelineSaint (---.usda.gov)
Date: February 09, 2012 10:08PM

That should read: http:// 10.100.136.26/cosmo_shop/ <-- what I type in the browser

Options: ReplyQuote


Sorry, only registered users may post in this forum.