数据库
首页 > 数据库> > Mybatis连接数据库时,常见的启动报错收集

Mybatis连接数据库时,常见的启动报错收集

作者:互联网

Mybatis连接数据库时,常见的启动报错收集

1. Public Key Retrieval is not allowed

在运行程序时,报出一溜错,其中最后一条是:Public Key Retrieval is not allowed
解决办法:
在连接url上加 allowPublicKeyRetrieval=true

2. represents more than one time zone

运行时,出现如下截图的报错
在这里插入图片描述
此时,在url链接上添加serverTimezone=UTC,然后再重启即可解决

标签:数据库,Retrieval,报错,Key,allowed,Mybatis,Public
来源: https://blog.csdn.net/pan840060711/article/details/120398928