bugfix in open_games() in Database.pm
[aymargeddon/current.git] / var / from_scratch
1 mysqldump -u aymargeddon -p`cat ../+secrets` -c --add-drop-table RAGNAROEK LOCALIZE \
2           > LOCALIZE.sql
3 mysqldump -u aymargeddon -p`cat ../+secrets` -c --add-drop-table RAGNAROEK PLAYER \
4           > ./+PLAYER.sql         
5           
6 ./do_sql < RAGNAROEK.sql
7 ./do_sql < LOCALIZE.sql
8 ./do_sql < ./+PLAYER.sql