ERROR 1045 28000 Access denied for user rootlocalhost using password NO | Selenium Forum
S
sowjanyainampudi Posted on 06/01/2019

Getting below error since I tried to change password with this command (mysqladmin.exe -u root password root) in my C:\xampp\mysql\bin
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)

I am not able connect to data base now

Attcaching the screen shot as well


A
Ashish Thakur Replied on 06/01/2019

try mysql -u root -p

Then enter password.