Posted by JMB on 11/02/05 15:17
try this:
update nuke_users set user_timezone = '-8' where user_timezone = '-7';
That should do it for ya
"sittingduck" <spam.no.sitting-duck@spamgourmet.com> wrote in message
news:Xns9702D05AB021duckrulestheuniverse@news.easynews.com...
> Using phpMyAdmin, I want to find every user in my nuke_users table that
> has
> user_timezone -7 (figured this part out) and CHANGE the value to -8.
> (can't
> find a way to do this part)
>
> How can I do this? there are about 60 users that still have -7, and
> editing
> them one at a time would be a PITA.
[Back to original message]
|