Re: phpMyAdmin error: 1045- Access denied for user 'root'@'localhost' (using password: NO)
Posted by: Francisco Gutierrez
Date: March 25, 2009 07:26PM

I had a similar issue, at lthe login page of phpmyadmin for every single user I got an "Access Denied" sign.

I had my config.inc.php with the following line

$cfg['Servers'][$i]['extension'] = 'mysqli';

I changed it to

$cfg['Servers'][$i]['extension'] = 'mysql';

It seems i have not installed that extension.... now I can login fine.

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.