按要求写好只好出错Access denied for user
按照老师的那些做法写好之后运行了一下却发现发生以下的错误:
java.sql.SQLException: Access denied for user 'SighFate'@'localhost' (using password: YES)
但是我在配置jdbc的时候却是以下的配置:
driver=com.mysql.jdbc.Driver
url=jdbc:mysql://localhost:3306/seckill?useUnicode=true&characterEncoding=UTF8
username=root
password=root
有人能告诉我为什么会发生这样的事情,还有应该怎么解决吗?