这是之前配置的属性文件:
driverClassName=com.mysql.jdbc.Driver
url=jdbc:mysql://localhost:3306/ssh
username=root
password=root
解决方案:将username改为其他的名称即可
driverClassName=com.mysql.jdbc.Driver
url=jdbc:mysql://localhost:3306/ssh
user=root
password=root
java.sql.SQLException: Access denied for user 'somebody'@'localhost' (using password: YES)
原文地址:https://www.cnblogs.com/YpfBolg/p/10804908.html
时间: 2024-10-29 03:59:15