Begin details of GRANTs needed for proper operation here.

This commit is contained in:
Bradley M. Kuhn 2013-12-18 17:09:49 -05:00
parent 78bef629e3
commit 3fe51fca2d

3
README
View file

@ -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;