Mysql时区无法识别

Unable to connect to database. Tried 1 times {:error_message=>“Java::JavaSql::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.”}

原因:Mysql版本问题。

解决:配置数据库的url时候一定要把serverTimezone=UTC加上。

转自:https://blog.csdn.net/u012976879/article/details/85261036

侵删。

原文地址:https://www.cnblogs.com/valivvali/p/11808693.html