我正在做一个使用IntelliJ的Spring/Gradle项目,我想使用Hibernate来连接数据库。implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
implementation 'mysql:mysql-connector-java: HHH000342: Could not obtain connection to query metadata : No suitable driver found for jd
当我尝试连接到mysql时,我得到了这个错误:Unknown system variable 'query_cache_size'。 at org.jkiss.dbeaver.model.runtime.AbstractJob.run(AbstractJob.java:105)
at org.eclipse.core.internal.jobs.Worker.run(Worker.