#!/bin/sh
#
# Created by xiangdong#
# To determine whether slave is running or not.
echo "Enter your Username"
read USERNAME
echo "Enter your password"
stty -echo
read PASSWD
stty echo
RESULT=`mysql -h10.69.3.198 -P4406 -u$USERNAME -p$PASSWD -A relation < sql_in.txt > sql_data_out.
txt`
#
# Created by xiangdong#
# To determine whether slave is running or not.
echo "Enter your Username"
read USERNAME
echo "Enter your password"
stty -echo
read PASSWD
stty echo
RESULT=`mysql -h10.69.3.198 -P4406 -u$USERNAME -p$PASSWD -A relation < sql_in.txt > sql_data_out.
txt`
作者:jackxiang@向东博客 专注WEB应用 构架之美 --- 构架之美,在于尽态极妍 | 应用之美,在于药到病除
地址:https://jackxiang.com/post/1365/
版权所有。转载时必须以链接形式注明作者和原始出处及本声明!
评论列表