尝试与 mysql 数据库建立 jdbc 连接时出现以下错误:
试图连接到 jdbc:mysql://localhost/
castel castel castel com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Access denied for user 'castel'@'%' to database 'castel'
我可以使用相同的凭据通过命令行毫无问题地连接到数据库。我认为这可能是一个特权问题,所以我跑了:
GRANT ALL PRIVILEGES ON mysql.* TO 'castel'@'%'
任何帮助将不胜感激。