#!/bin/bash


#mysql -e "EXPLAIN $1 ;"

echo "EXPLAIN $1;">txt.sql

mysql -u root -p <txt.sql

rm -rf ./txt.sql
