SELECT is also needed on election_votes for blt.php to work.
This commit is contained in:
parent
84c9402b81
commit
b65555b2cd
1 changed files with 1 additions and 1 deletions
2
README
2
README
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue