temporary createdb.sh

This commit is contained in:
Patrick McGuire
2021-10-09 21:48:36 -04:00
parent 6933a359a7
commit 47c82fa7c6
+1
View File
@@ -1,6 +1,7 @@
#!/usr/bin/env bash
# test to create a database from bash
mysql << 'EOF'
drop birds;
CREATE DATABASE IF NOT EXISTS birds;
USE birds;