MySQL Forums
Forum List  »  Newbie

ERROR 1045 (28000) Access denied for user 'root'@'localhost'. Symfony. Bitnami WAMP
Posted by: gintare statkute
Date: March 07, 2015 02:23AM

I sit already 3h browsing internet and i am not able to find a solution. Could you please help me.

1) I am not able to login to MYSQL through console
using command: mysql -u root -p

I am getting error: ERROR 1045 (28000) Access denied for user 'root'@'localhost' (using password: NO)

2) I am not able to login to PhpMyAdmin, using user "root" and empty field for password. The user is not recognised.

config.inc.php
in folder C:\Bitnami\wampstack-5.4.36-0\apps\phpmyadmin\htdocs
contains the following lines:

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


How to make user 'root'@'localhost' to be accepted?

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.