0
votes

I am facing one problem on xampp

1045 - Access denied for user 'root'@'localhost' (using password: YES)

I have changed the password on the Config.inc file, but this doesn't resolved the issue.

1
Did you restart the service after changing the config file ? - Tom Tom

1 Answers

0
votes

I have the same problem with you, but I have resolved it. I think you have input your default root password, we can't do it. If you want to enter the mariadb, you should run mysql_secure_installation first to create your account for mariadb, and next run mysql -uroot -p 'your password'