最后一步連接數(shù)據(jù)庫報錯
com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Access denied for user ''@'localhost' to database 'miaosha'
com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Access denied for user ''@'localhost' to database 'miaosha'
舉報
2020-06-27
拒絕訪問一般就是你mysql的問題,可能是數(shù)據(jù)庫用戶密碼不匹配,去命令行試試
2020-05-08
你是不是在application.properties文件里沒用上root用戶,而是用得其他賬戶