boinc/db/drop.sql

3 lines
70 B
MySQL
Raw Normal View History

drop database if exists BOINC_DB_NAME;
create database BOINC_DB_NAME;