Add mysql command to create tables.
This commit is contained in:
parent
032e932d35
commit
e41f84406e
1 changed files with 2 additions and 5 deletions
7
README
7
README
|
@ -15,8 +15,5 @@ Setting up an election:
|
||||||
Password: <MYSQLROOTPW>
|
Password: <MYSQLROOTPW>
|
||||||
mysql> CREATE USER 'someusername' identified by 'somepassword';
|
mysql> CREATE USER 'someusername' identified by 'somepassword';
|
||||||
mysql> CREATE DATABASE somedbname;
|
mysql> CREATE DATABASE somedbname;
|
||||||
|
mysql> quit
|
||||||
|
msyql -u root -p -D somedbname < ..../vote/include/schema.sql
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue