boinc/db/init_db

9 lines
99 B
Bash
Executable File

#!/bin/sh
if [ -z "$1" ]; then
echo "syntax: $0 DB_NAME"
exit 1
fi
mysql $1 < schema.sql