Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how to set mysql sever date/time.

Status
Not open for further replies.

lcs01

Programmer
Aug 2, 2006
182
US
The serer time in my mysql is messed up:

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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top