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