Add mysql command to create tables.

This commit is contained in:
Bradley M. Kuhn 2013-12-18 15:43:58 -05:00
parent 032e932d35
commit e41f84406e

7
README
View file

@ -15,8 +15,5 @@ Setting up an election:
Password: <MYSQLROOTPW>
mysql> CREATE USER 'someusername' identified by 'somepassword';
mysql> CREATE DATABASE somedbname;
mysql> quit
msyql -u root -p -D somedbname < ..../vote/include/schema.sql