------------------------------------------------------------------------------------
Python time is:
2010-03-30 22:29:19.358184
MYSQL time is:
22:29:19
------------------------------------------------------------------------------------
您是否填充了时区表:
mysql> use mysql;
mysql> select count(*) from time_zone;
+----------+
| count(*) |
+----------+
| 1678 |
+----------+
1 row in set (0.00 sec)
你没有提到操作系统,但对于 RedHat 派生的它应该是
system-config-time
设置你的时区。对于 MySQL,请阅读此 URL:http://dev.mysql.com/doc/refman/5.1/en/mysql-tzinfo-to-sql.html
总而言之,我必须从操作系统加载时区:
将以下行添加到该部分的```/etc/my.cnf`
mysqld
并重新启动:Bob 是你的叔叔:
我尝试了以下测试脚本:
-------------------------------------------------- --------------------------------"
哪个输出:
您是否填充了时区表:
在我的服务器上,我将
time_zone
设置设置为“SYSTEM”,如下所述:http://dev.mysql.com/doc/refman/5.0/en/time-zone-support.html