1.报错信息:

Ignoring invalid timezone passed to Connection: +8:00. This is currently a warning, but in future versions of MySQL2, an error will be thrown if you pass an invalid configuration option to a Connection

2.解决方案:

"start": "egg-scripts start --daemon --title=egg-server-diary",
"start-pro": "egg-scripts start --daemon --title=egg-server-diary --ignore-stderr",

.

相关文章:

  • 2021-07-10
  • 2022-12-23
  • 2021-04-14
  • 2021-12-06
  • 2021-11-28
  • 2022-12-23
  • 2021-11-21
猜你喜欢
  • 2022-12-23
  • 2021-05-30
  • 2022-12-23
  • 2021-07-31
  • 2022-12-23
  • 2021-10-15
  • 2022-12-23
相关资源
相似解决方案