连接数据库时钟问题
报如下错误。。
nested exception is org.apache.ibatis.exceptions.PersistenceException: ### Error querying database. Cause: org.springframework.jdbc.CannotGetJdbcConnectionException: Failed to obtain JDBC Connection; nested exception is java.sql.SQLException: The server time zone value ‘?????????‘ is unrecognized or represents more than one time zone. You must configure either the server or JDBC driver (via the serverTimezone configuration property) to use a more specifc time zone value if you want to utilize time zone support. ### The error may exist in file [C:workspace-spring-tool-suite-4-4.4.2.RELEASEitemservicetargetclassesmappermapper.xml] ### The error may involve com.psbc.items.dao.ItemDao.findAll ### The error occurred while executing a query ### Cause: org.springframework.jdbc.CannotGetJdbcConnectionException: Failed to obtain JDBC Connection; nested exception is java.sql.SQLException: The server time zone value ‘?????????‘ is unrecognized or represents more than one time zone. You must configure either the server or JDBC driver (via the serverTimezone configuration property) to use a more specifc time zone value if you want to utilize time zone support.
温馨提示: 本文由Jm博客推荐,转载请保留链接: https://www.jmwww.net/SQL/13044.html
- 上一篇:SQLite 下载与安装
- 下一篇:MySQL系列(一):谈谈MySQL架构