I am having time problem with mysql when i do: SELECT now() as now; Code (markup): 2008-09-09 05:26:40 But server time is : 15:26:40 2008 why is this? any help? thank you
Just a guess, but maybe the wrong timezone has been configured? Take a look here: http://dev.mysql.com/doc/refman/5.0/en/timezone-problems.html If not, what timezone are you in? And if this is linux/unix, from a shell, what is the exact output of?: date Code (markup):
You might have change system time after starting mysql. In this case, simply restart mysql and check again.