#!/bin/bash mysql -h `cat /root/.mysqlhost` -u `cat /root/.mysqluser` -p`cat /root/.mysqlpw` `cat /root/.mysqldb`