Re: Fixing MySQL privileges for upcoming elections



On Sun, 27 May 2012, Tobias Mueller wrote:

> [...] 
> Can anybody fix that? Preferably until tonight ;-)

There you go,

mysql> SHOW GRANTS FOR 'anonvoting'@'window-back';
+---------------------------------------------------------------------------------------------------------------------+
| Grants for anonvoting@window-back                                                                                   
|
+---------------------------------------------------------------------------------------------------------------------+
| GRANT USAGE ON *.* TO 'anonvoting'@'window-back' IDENTIFIED BY PASSWORD 'foo' | 
| GRANT SELECT, INSERT, UPDATE, DELETE, SHOW VIEW ON `foundation`.* TO 'anonvoting'@'window-back'                     | 
| GRANT DELETE ON `foundation`.`election_tmp_tokens` TO 'anonvoting'@'window-back'                                    | 
+---------------------------------------------------------------------------------------------------------------------+
3 rows in set (0.00 sec)

cheers,

Andrea

Attachment: signature.asc
Description: Digital signature



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]