#!/bin/sh username=用户名 psd=密码 db=数据库名称 mysql -u$username -p$passwd $db< /www/wwwroot/db/tongcheng.sql # tongcheng.s...