mailtrain/mvis/tools/new-db.sh
2018-12-25 20:13:32 +01:00

3 lines
68 B
Bash

#!/bin/sh
sudo mysql -e 'drop database mvis; create database mvis'