(转)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,用以上命令搞定。
上一篇: MySQL学习笔记4:完整性约束限制字段
下一篇: Zend权威认证试题-PHP与数据库试题