problems with MySQL and timezones
Posted by: qosborn
Posted on: 2005-09-05 02:43:00
I'm having a lot of trouble getting my timezone to work properly in MySQL. I've tried doing a:
set time_zone = 'Australia/Sydney'
from mysql and I get the message:
ERROR 1298 (HY000): Uknown or incorrect time zone: Australia/Sydney
I know this time zone is correct because I'm using it in linux & php (ie. export TZ='Australia/Sydney'), and I've tried using other timezone names and get the same message.
Anyone know why this isn't working?