MySQL Forums
Forum List  »  Router & Proxy

SET time_zone not work in mysql proxy
Posted by: Tommy Ho
Date: December 19, 2010 11:53PM

SET time_zone seems not work:

SET time_zone = "Asia/Hong_Kong";
SELECT NOW();

result:
2010-12-20 13:51:42

SET time_zone = "Europe/London";
SELECT NOW();

result:
2010-12-20 13:51:42

Anyone can help? Thanks.



Edited 1 time(s). Last edit at 12/19/2010 11:54PM by Tommy Ho.

Options: ReplyQuote


Subject
Views
Written By
Posted
SET time_zone not work in mysql proxy
2884
December 19, 2010 11:53PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.