Loging into phpmyadmin denied
Posted by: RollyPolly (---.range81-158.btcentralplus.com)
Date: August 24, 2010 01:24AM

Hi some help would be appreciated

I changed my root password and then could not log in. I have tried removing Wamp and reinstalling, have reset my password to root and checked my config.ini.php. I can log in with the mysql consel but when I try using phpmyadmin access denied with MySQL said: Documentation
#1045 - Access denied for user 'root'@'localhost' (using password: NO)

<?php

/* Servers configuration */
$i = 0;

/* Server: localhost [1] */
$i++;
$cfg['Servers'][$i]['verbose'] = 'localhost';
$cfg['Servers'][$i]['host'] = 'localhost';
$cfg['Servers'][$i]['port'] = '';
$cfg['Servers'][$i]['socket'] = '';
$cfg['Servers'][$i]['connect_type'] = 'tcp';
$cfg['Servers'][$i]['extension'] = 'mysqli';
$cfg['Servers'][$i]['auth_type'] = 'config';
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = 'root';
$cfg['Servers'][$i]['AllowNoPassword'] = true;

/* End of servers configuration */

$cfg['DefaultLang'] = 'en-utf-8';
$cfg['ServerDefault'] = 1;
$cfg['UploadDir'] = '';
$cfg['SaveDir'] = '';

?>

Options: ReplyQuote
Re: Loging into phpmyadmin denied
Posted by: RollyPolly (---.range81-158.btcentralplus.com)
Date: August 24, 2010 01:40AM

I can now log in, it worked after I refreshed my browser!!!!! but now I am getting

The configuration file now needs a secret passphrase (blowfish_secret).

I can access the databases and tables but each time i try to access the privileges it asks for the username and password again.

Options: ReplyQuote
Re: Loging into phpmyadmin denied
Posted by: yfastud (Moderator)
Date: August 24, 2010 03:40AM

skip steps already done

To setup Password, follow this
[blog.jlbn.net]

Have fun,

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

Options: ReplyQuote


Sorry, only registered users may post in this forum.