The serer time in my mysql is messed up:
The actual real time right now in my time zone is:
Could someone tell me how to reset my mysql's server time?
Thanks.
Code:
mysql> select now();
+---------------------+
| now() |
+---------------------+
| 2006-12-07 16:14:19 |
+---------------------+
1 row in set (0.00 sec)
The actual real time right now in my time zone is:
Code:
% date
Thu Dec 7 15:21:51 EST 2006
Could someone tell me how to reset my mysql's server time?
Thanks.