2019-10-05 20:36:12 +08:00
|
|
|
#! /bin/bash
|
|
|
|
|
2019-05-18 22:39:00 +08:00
|
|
|
mysql -e "drop database if exists BootstrapAdmin; create database BootstrapAdmin;" -uroot
|
|
|
|
mysql -hlocalhost -uroot -DBootstrapAdmin < ~/src/Longbow/BootstrapAdmin/DatabaseScripts/MySQL/install.sql
|
|
|
|
mysql -hlocalhost -uroot -DBootstrapAdmin < ~/src/Longbow/BootstrapAdmin/DatabaseScripts/MySQL/initData.sql
|