phpmyadmin

liunx

Guest
I need a password to get in to phpmyadmin.
Heres the error message.


Warning: mysql_connect() [function.mysql-connect]: Access denied for user: 'root@localhost' (Using password: NO) in c:\apache\htdocs\phpmyadmin\lib.inc.php on line 255


Thanksopen phpmyAdmin/config.inc.php and change the value of the password.

If it's on your own computer then it should be blank, ie. left as

$cfg['Servers'][$i]['password'] = '';

If it's on a server you'll need to ask your host what the password is.
 
Top