#!/bin/bash
mysql -u root <<EOF
drop database if exists documents;
EOF
