SELECT is also needed on election_votes for blt.php to work.

This commit is contained in:
Bradley M. Kuhn 2013-12-18 19:10:57 -05:00
parent 84c9402b81
commit b65555b2cd

2
README
View file

@ -37,7 +37,7 @@
GRANT SELECT,DELETE on somedb.election_tmp_tokens TO someuser@localhost; GRANT SELECT,DELETE on somedb.election_tmp_tokens TO someuser@localhost;
GRANT SELECT on somedb.election_voters TO someuser@localhost; GRANT SELECT on somedb.election_voters TO someuser@localhost;
GRANT SELECT,INSERT on somedb.election_anon_tokens TO someuser@localhost; GRANT SELECT,INSERT on somedb.election_anon_tokens TO someuser@localhost;
GRANT INSERT on somedb.election_votes TO someuser@localhost; GRANT SELECT,INSERT on somedb.election_votes TO someuser@localhost;
2. Create an election, with something like this: 2. Create an election, with something like this:
mysql -u root -D somedb -p mysql -u root -D somedb -p