mysql几个不同的版本差异比较大,hibernate都有针对的方言,现在默认是最新的方言,不兼容5.5

could not extract ResultSet


遇到这种情况最好将Mysql升级为最新版本,下面的链接网址是针对如何在MySQL官网上下载最新的mysql5.7

https://jingyan.baidu.com/article/d7130635f1c77d13fdf475df.html


具体的报错信息

16:30:33.977 [localhost-startStop-1] ERROR org.hibernate.engine.jdbc.spi.SqlExceptionHelper - Table 'scx.sys_plugins' doesn't exist
javax.persistence.PersistenceException: org.hibernate.exception.SQLGrammarException: could not extract ResultSet

相关文章:

  • 2021-08-07
  • 2022-12-23
  • 2021-04-02
  • 2021-09-25
  • 2021-09-06
  • 2021-10-14
  • 2022-12-23
  • 2021-06-27
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-26
  • 2021-09-20
相关资源
相似解决方案