欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  数据库

(转)Timezone fun with MySQL and UTC_MySQL

程序员文章站 2022-05-24 20:42:34
...
shell> mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u root -p mysql

REVO首页打不开,提示说timezone问题,“Fatal error: Uncaught exception 'Zend_Db_Statement_Exception' with message 'SQLSTATE[HY000]: General error: 1298 Unknown or incorrect time zone: 'UTC'”


由于mysql按照服务器系统时间, 而php按照UTC时间,所以导致不一致,因此要将mysql的时区设置为UTC,用以上命令搞定。