This website requires JavaScript.
Explore
Help
Register
Sign In
Rooba
/
boinc
mirror of
https://github.com/BOINC/boinc.git
Watch
1
Star
0
Fork
You've already forked boinc
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
9d21389844
boinc
/
db
/
init_db
9 lines
99 B
Plaintext
Raw
Normal View
History
Unescape
Escape
updated schema. combined schema into schema.sql svn path=/trunk/boinc/; revision=1783
2003-07-24 00:30:47 +00:00
#!/bin/sh
Initial revision svn path=/trunk/boinc/; revision=10
2002-04-30 22:22:54 +00:00
updated schema. combined schema into schema.sql svn path=/trunk/boinc/; revision=1783
2003-07-24 00:30:47 +00:00
if [ -z "$1" ]; then
echo "syntax: $0 DB_NAME"
exit 1
fi
Changed "boinc" to BOINC_DB_NAME so database names are based on env variables svn path=/trunk/boinc/; revision=177
2002-07-11 20:31:07 +00:00
updated schema. combined schema into schema.sql svn path=/trunk/boinc/; revision=1783
2003-07-24 00:30:47 +00:00
mysql $1 < schema.sql