Posts: 347
Threads: 73
Joined: Jan 2014
Reputation:
0
[08:31:00] [MySQL] Error (0): Failed to connect. Access denied for user: 'root'@'@localhost' (password: YES).
[08:31:00] MySQL Connection not established!
Help me please.
And i also tried the host to be 127.0.0.1
Posts: 347
Threads: 73
Joined: Jan 2014
Reputation:
0
Any reply? I am running that mYsql in wampserver and all services are on + working fine but cant connect.
Help me +rep
Posts: 498
Threads: 24
Joined: Apr 2013
can you explain this ? why it has 2 @ ?
Posts: 1,398
Threads: 25
Joined: Jan 2014
Reputation:
0
Not sure but try this -
-> Go to C:\wamp\apps\phpmyadmin4.1
-> Open file named config.inc or config.inc.php with notepad
-> Find line $cfg['Servers'][$i]['password'] =";, replace this line with $cfg['Servers'][$i]['password'] = ' ';
If this doesn't work then go to ****** and type "how to reset mysql root pass wamp server"
Posts: 2,698
Threads: 37
Joined: Mar 2012
Reputation:
0
Go to your wamp path's root/apps/phpmyadmin_* and open config.inc.php. Find $cfg['Servers'][$i]['password'] = ”; and replace it with your password, also find and edit $cfg['Servers'][$i]['AllowNoPassword'] = true and replace it with false. After doing all these, restart all the services.
EDIT : Late.