a little help
Posted by: hadog (---.eastlink.ca)
Date: November 15, 2007 04:14PM

Well I have had Wamp up and running and it worked fine......I went inot myphpadmin and made a password change for root........now I can't get in
#1045 - Access denied for user 'root'@'localhost' (using password: NO)

I tried uninstalling and rebooting and then reinstalling with the same results.
even did a registry clean.

tried editing the config file but that didn't do any good.
Where do I go to fix this???

Options: ReplyQuote
Re: a little help
Posted by: WebGuy (---.nutracea.com)
Date: December 05, 2007 10:25PM

What is the link you have posted there?

Can you please re-check this link to make sure it's correct?

I've tried to go to it but it's nowhere to be found.

Check this post:

[www.wampserver.com]

Options: ReplyQuote
Re: a little help
Posted by: yfastud (Moderator)
Date: December 05, 2007 11:58PM

Sorry for the link, not sure why it's not going to where it should be.

@hadog
You need to setup password in 2 place, so check my websites for proper password setup

@WebGuy
I check your other post and it seem you didn't setup password correctly because you only did first step and missing the second

Quote

My config.inc.php file:

$cfg['Servers'][$i]['host'] = 'localhost';
$cfg['Servers'][$i]['user'] = 'root'; // MySQL user
$cfg['Servers'][$i]['password'] = ''; // MySQL password (only needed

You need to put your password b/w those single quote and become:

My config.inc.php file:

$cfg['Servers'][$i]['host'] = 'localhost';
$cfg['Servers'][$i]['user'] = 'root'; // MySQL user
$cfg['Servers'][$i]['password'] = 'Put_Your_Password_Here'; // MySQL password (only needed

Remember to restart wamp to take effect

Have fun,

FREE One A Day
FREE Photo
FREE Games
FREE Websites
FREE Portable GPS
FREE WAMP Guides

Options: ReplyQuote
Re: a little help
Posted by: WebGuy (---.ph.ph.cox.net)
Date: December 07, 2007 05:39AM

Thanks for the help...

It wasn't the password in the config.inc.php file...

It was an update to Windows firewall....that I was unaware of (corporate)

So once I added the mysql.exe and port to exclude in the firewall settings I had access.

Microsoft...geez

Options: ReplyQuote


Sorry, only registered users may post in this forum.