RE: MySQL Daylight Savings Time Patch - easy check

2007-03-01 Thread Jerry Schwartz
- From: Ryan Stille [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 28, 2007 5:10 PM To: mysql@lists.mysql.com Subject: Re: MySQL Daylight Savings Time Patch - easy check I am on 4.1.20-1. Maybe your OS isn't patched? Try this: SELECT @@global.time_zone; If you get back SYSTEM

RE: MySQL Daylight Savings Time Patch - easy check

2007-03-01 Thread Jerry Schwartz
To: mysql@lists.mysql.com Subject: Re: MySQL Daylight Savings Time Patch - easy check I am on 4.1.20-1. Maybe your OS isn't patched? Try this: SELECT @@global.time_zone; If you get back SYSTEM, then MySQL is looking to the OS for timezone data. And its only loaded when MySQL starts, so

RE: MySQL Daylight Savings Time Patch - easy check

2007-02-28 Thread Jerry Schwartz
06032 860.674.8796 / FAX: 860.674.8341 -Original Message- From: Ryan Stille [mailto:[EMAIL PROTECTED] Sent: Saturday, February 24, 2007 4:28 PM To: mysql@lists.mysql.com Subject: Re: MySQL Daylight Savings Time Patch - easy check Ryan Stille wrote: Paul DuBois wrote: At 4:40 PM

Re: MySQL Daylight Savings Time Patch - easy check

2007-02-28 Thread Ryan Stille
Ave. Farmington, CT 06032 860.674.8796 / FAX: 860.674.8341 -Original Message- From: Ryan Stille [mailto:[EMAIL PROTECTED] Sent: Saturday, February 24, 2007 4:28 PM To: mysql@lists.mysql.com Subject: Re: MySQL Daylight Savings Time Patch - easy check Ryan Stille wrote: Paul DuBois

Re: MySQL Daylight Savings Time Patch - easy check

2007-02-28 Thread William R. Mussatto
To: mysql@lists.mysql.com Subject: Re: MySQL Daylight Savings Time Patch - easy check Ryan Stille wrote: Paul DuBois wrote: At 4:40 PM -0600 2/20/07, Ryan Stille wrote: Is there an easy way to test to see if MySQL already has the proper tables loaded? -Ryan Yes, reload them. :-) After

Re: MySQL Daylight Savings Time Patch - easy check

2007-02-28 Thread NĂ©stor
195 Farmington Ave. Farmington, CT 06032 860.674.8796 / FAX: 860.674.8341 -Original Message- From: Ryan Stille [mailto:[EMAIL PROTECTED] Sent: Saturday, February 24, 2007 4:28 PM To: mysql@lists.mysql.com Subject: Re: MySQL Daylight Savings Time Patch - easy check Ryan Stille

Re: MySQL Daylight Savings Time Patch - easy check

2007-02-28 Thread Ryan Stille
24, 2007 4:28 PM To: mysql@lists.mysql.com Subject: Re: MySQL Daylight Savings Time Patch - easy check Ryan Stille wrote: Paul DuBois wrote: At 4:40 PM -0600 2/20/07, Ryan Stille wrote: Is there an easy way to test to see if MySQL already has the proper tables loaded? -Ryan Yes

Re: MySQL Daylight Savings Time Patch - easy check

2007-02-25 Thread Terry Riley
- Original Message - *From:* Ryan Stille [EMAIL PROTECTED] *To:* mysql@lists.mysql.com *Date:* Sat, 24 Feb 2007 15:28:25 -0600 Ryan Stille wrote: Paul DuBois wrote: At 4:40 PM -0600 2/20/07, Ryan Stille wrote: Is there an easy way to test to see if MySQL already has the proper

Re: MySQL Daylight Savings Time Patch - easy check

2007-02-24 Thread Ryan Stille
Ryan Stille wrote: Paul DuBois wrote: At 4:40 PM -0600 2/20/07, Ryan Stille wrote: Is there an easy way to test to see if MySQL already has the proper tables loaded? -Ryan Yes, reload them. :-) After that, they're current! ... After digging around on the net for a while I found an

Re: MySQL Daylight Savings Time Patch - easy check

2007-02-24 Thread Mike Blezien
| +---+---+ Thx's Mickalo - Original Message - From: Ryan Stille [EMAIL PROTECTED] To: mysql@lists.mysql.com Sent: Saturday, February 24, 2007 3:28 PM Subject: Re: MySQL Daylight Savings Time Patch - easy check Ryan Stille wrote: Paul DuBois wrote: At 4:40 PM

Re: MySQL Daylight Savings Time Patch - easy check

2007-02-24 Thread Ryan Stille
| +---+---+ Thx's Mickalo - Original Message - From: Ryan Stille [EMAIL PROTECTED] To: mysql@lists.mysql.com Sent: Saturday, February 24, 2007 3:28 PM Subject: Re: MySQL Daylight Savings Time Patch - easy check Ryan Stille wrote: Paul

Re: MySQL Daylight Savings Time Patch - easy check

2007-02-24 Thread Mike Blezien
PROTECTED] To: mysql@lists.mysql.com Sent: Saturday, February 24, 2007 4:07 PM Subject: Re: MySQL Daylight Savings Time Patch - easy check I'm not exactly sure what you should do, hence my earlier question about the empty time zone tables. I get the same (correct) result on both of my servers