mysql时间错误时

转:http://www.itxinxi.net/blog/post/278/ 

mysql> select now(); 

+---------------------+

| now() |

+---------------------+

| 2010-05-21 04:54:54 |

+---------------------+

1 row in set (0.00 sec)





查看时区设置:



show variables like '%zone%';



select @@time_zone;



两者保持与系统时间一致,如果不一致进行如下修改:



vi /etc/my.cnf



定位到[mysqld]所在的位置,在它的下面加上default-time-zone = '+8:00'这一行,然后保存退出,重新 启动

    A+
发布日期:2013年12月21日  所属分类:未分类

发表评论

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen: