简体   繁体   中英

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

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.

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'

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM