(转)Timezone fun with MySQL and UTC


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,用以上命令搞定。


你可能感兴趣的:(mysql)