View Single Post
Old Apr 17th, 2007, 2:38 PM   #1
Eric the Red
Hobbyist Programmer
 
Eric the Red's Avatar
 
Join Date: Feb 2006
Posts: 214
Rep Power: 0 Eric the Red is an unknown quantity at this point
Mysql and IIS server

I'm trying to get mysql to work using this sheet as a guideline:

http://home.cogeco.ca/~ebelec/mysql.jpg

However, at STEP 4, of that guide (going to http://localhost/phpmyadmin/index.php) I get the following error.

Quote:
Welcome to phpMyAdmin 2.5.6


phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.

Error

MySQL said:


#2003 - Can't connect to MySQL server on 'localhost' (10061)

[Documentation]
okay, easy right? I need to match the password and usernames. However, I went to the file "config.inc" and added a username and password:

$cfg['SQLValidator']['username'] = 'root';      // If you have a custom username, specify it here (defaults to anonymous)
$cfg['SQLValidator']['password'] = '-------';      // Password for username

Is there something else that I have to change so that I don't get the error above?

I really need help on configuring this. Any help would be greatly appreciated.
__________________
Death smiles at us all. All a man can do is smile back.
Eric the Red is offline   Reply With Quote