Press ESC to close

Java/Kotlin踩坑

Access denied for user

在开发的过程中坎坷不断。今天在Spring Boot中碰到了这个异常:Access denied for user ‘root’@’localhost’ (using password: YES) 本篇文章就来记录下可能的情况以及解决方案。问题的根源就在数据库登陆上。肯定是账号…

65