#!/bin/bash


#mysql -e "SHOW DATABASES;"


echo "CREATE DATABASE $1;">txt.sql

mysql -u root -p <txt.sql

rm -rf ./txt.sql
