F forwhat84 New Member Feb 2, 2009 #1 Run this query to enable that user preference for all users: UPDATE user SET options = options + 8388608 WHERE NOT(options & 8388608) Click to expand... can some tell me how to run this?
Run this query to enable that user preference for all users: UPDATE user SET options = options + 8388608 WHERE NOT(options & 8388608) Click to expand... can some tell me how to run this?
T tryer New Member Feb 2, 2009 #2 LOL, go to phpmyadmin then go to Query, copy and paste, then press Go. . . Make sure, that u have an access to your MySQL. . .
LOL, go to phpmyadmin then go to Query, copy and paste, then press Go. . . Make sure, that u have an access to your MySQL. . .