diff --git a/server/src/db_io/scripts/conn.sh b/server/src/db_io/scripts/conn.sh new file mode 100644 index 0000000..09b8864 --- /dev/null +++ b/server/src/db_io/scripts/conn.sh @@ -0,0 +1,6 @@ +#!/bin/sh +# Connect to the given db via the .env file we have + +. ./dev/env + +mysql -u $DATABASE_USER -p $DATABASE_NAME -h $DATABASE_HOST