On 19-Nov-2003 Jeff McKeon wrote: > I'm running mysql on a redhat system starting it from a script in > /etc/init.d/ as is the default with the rpm install. I can't seem to > set the timezone environmental variable to change nomatter what I put in > the /etc/my.cnf file. > > Can anyone help me with this? >
In your init script (before the section that calls safe_mysqld) put: TZ=EST; export TZ Regards, -- Don Read [EMAIL PROTECTED] -- It's always darkest before the dawn. So if you are going to steal the neighbor's newspaper, that's the time to do it. (53kr33t w0rdz: sql table query) -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]