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'” php
因为mysql按照服务器系统时间, 而php按照UTC时间,因此致使不一致,所以要将mysql的时区设置为UTC,用以上命令搞定。 mysql