Mysql won’t led me login with old password
Posted by: webpanther2012 (98.159.132.---)
Date: December 13, 2012 09:21AM

I'm using Wamp 2 I did setup some data bases and ad 5 webpages but after that my
password won't work
[localhost] comes up with HTTP 403 and when I open MySQL Consol there my i checked my
c:wamp\alias\phpyadmin.conf
<Directory "c:/wamp/apps/phpmyadmin3.2.0.1/">
Options Indexes FollowSymLinks MultiViews
AllowOverride all
Order Deny,Allow
Allow from all
</Directory>
Alias /phpmyadmin "c:/wamp/apps/phpmyadmin3.4.10.1/"
it is set to allow from all

I checked my
host file in
C:\system32\drivers\ect\hosts
::127.0.0.1 ist there
there is no # on front of
127.0.0.1 localhost

Apache server is running but MySQL got a problem
you can see it it is on line ad [www.panthercove.org] right now the main page comes up from wamp like to change that later till i fix the problem with mysql password
i do have
what do i miss

Options: ReplyQuote
Re: Mysql won’t led me login with old password
Posted by: RiggsFolly (---.as13285.net)
Date: December 13, 2012 01:27PM

If you set a password on the 'root' user in mysql it is that new password that you should use when running the MySQL Console.

Also if your hosts file reads

::127.0.0.1 localhost

It is wrong! Is should read

127.0.0.1 localhost

Options: ReplyQuote
Re: Mysql won’t led me login with old password
Posted by: webpanther2012 (98.159.132.---)
Date: December 14, 2012 12:08AM

So you saying I need to remove
::127.0.0.1 localhost
from my host file in windows system (xp 32)
C:\system32\drivers\ect\hosts ??

Options: ReplyQuote
Re: Mysql won’t led me login with old password
Posted by: RiggsFolly (---.as13285.net)
Date: December 14, 2012 02:06AM

No.

Change it to :-


127.0.0.1 localhost


i.e. loose the :: at the front

Options: ReplyQuote


Sorry, only registered users may post in this forum.