原文:The server time zone value 'EDT' is unrecognized or represents more than one time zone

解决: 使用 server mysql start命令启动mysql 在mysql中执行show variables like time zone 输入select nows 在终端执行date命令 此时发现终端显示的时间和MySql中显示的时间不一致,这就是问题所在。 在mysql中执行 set time zone SYSTEM 再次在mysql中执行select now 执行 set glob ...

2019-09-19 16:45 0 463 推荐指数:

查看详情

 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM