Help with phpmyadmin

neverlate2day

New Member
Messages
170
Reaction score
0
Points
0
i cannot logon to phpmyadmin
i know th pass word but where do i enter it

this is what shows on my browser

Welcome to phpMyAdmin 2.9.1.1


Probably reason of this is that you did not create configuration file. You might want to use setup script to create one.
Error

MySQL said:
#1045 - Access denied for user 'root'@'localhost' (using password: NO)


please help ASAP
 

sunils

New Member
Messages
2,266
Reaction score
0
Points
0
you have a file called config.inc in your phpmyadmin folder.

find the line which says

$cfg['Servers'][$i]['auth_type'] = 'config'; // Authentication method (valid choices: config, http, HTTP, signon or cookie)
$cfg['Servers'][$i]['user'] = 'root'; // MySQL user
$cfg['Servers'][$i]['password'] = ''; // MySQL password (only needed
// with 'config' auth_type)

There you have to enter the correct details there. enter your username and password and save the file and restart the mysql server.
 
Top