“And make sure if it’s Pro that you’ve disabled windows’ own inbuilt server.”
IIS.
If you type http://localhost into a browser window and IIS documentation pops up, its running.
You will also have a MMC console called “Internet Information Services” within your administration tools — thats where disk defrag, group policies, etc.. (all that crap is).
If you have neither of those, or are sure you never installed anything named “Internet Information Services” then dont worry, you dont have it to contend with.
Thanks Whooami. When i click that link you gave me (local host) i just get the usual firefox message:
Unable to connect. Firefox can’t establish a connection to the server at localhost.* The site could be temporarily unavailable or too busy. Try again … yadda yadda
so I guess its not IIS
So I wonder what the problem could be then? The only part of the instructions that looked different to the actual screen when setting up the database was the bit where I had to fill int the name (wordpress) then utt8 unicode ci
“utt8 unicode ci” was already in a field above, but whether i filled the second field with utt8 unicode ci or “collate” which was there. No dice either way. The auto choice thing has underscores though when the instructions do not. or is all this irrelevant.
Help?
Well, you have to start the local server (xampp) before trying to connect…
http://www.tamba2.org.uk/wordpress/xampp/
i am pretty sure xampp has started. it is teling me it’s good to go, activated, congratualations, etc, but when i try wp-admin/intall.php it says “Error establishing a database connection”
Make sure you have the correct information in your wp-config.php file. In my xampp install, the user is root, with no password, and localhost as the database host.
Thanks Michael,
Here’s what I have in wp-config
define(‘DB_NAME’, ‘wordpress’);
define(‘DB_USER’, ‘root’);
define(‘DB_PASSWORD’, ‘PASSWORD’);
define(‘DB_HOST’, ‘localhost’);
What happens if you change that password line to:
define('DB_PASSWORD', '');
Hello World!
Thanks HandySolo, good job. And thanks all for the help. Marking as resolved … now.
Very excellent forum too I might add, polite, helpful, low on ego. happy campers!