Begin details of GRANTs needed for proper operation here.
This commit is contained in:
parent
78bef629e3
commit
3fe51fca2d
1 changed files with 3 additions and 0 deletions
3
README
3
README
|
@ -20,3 +20,6 @@ Setting up an election:
|
|||
mysql> CREATE DATABASE somedbname;
|
||||
mysql> quit
|
||||
msyql -u root -p -D somedbname < ..../vote/include/schema.sql
|
||||
mysql -u root -p
|
||||
Password: <MYSQLROOTPW>
|
||||
mysql> GRANT SELECT on somedb.elections TO someuser@localhost;
|
||||
|
|
Loading…
Reference in a new issue