I am trying to use my local server to test and develop Wordpress themes. I already have wamp installed, as I used it when I was developing a previous project (not Wordpress). How do I remove this site from wamp, and point the server to my Wordpress installation?
One of the issues is that localhost and phpmyadmin both load blank pages. I have verified that port 80 is indeed being used by wampapache.
I got the following error:
( ! ) Warning: mysqli_connect() [function.mysqli-connect]: [2002] A connection attempt failed because the connected party did not (trying to connect via tcp://172.20.1.63:3306) in C:\Users*********\lib\ezdb\classes\ezmysqlidb.php on line 135
The file path points to my previous project in Eclipse
This is line 135:
$connection = mysqli_connect( $server, $user, $password, null, (int)$port, $socketPath );