咱們在win10如何執行以.sh文件的腳本呢?mysql
開發步驟:1.寫腳本b2q_goods.shgit
#!/bin/bash
sql="select * from b2q.goods where goods_uuid=10;"
mysql="mysql -hlocalhost -uroot -proot"
echo "${sql}"
${mysql} -N -e "${sql}"sql
2.而後 win+R 輸入cmd 找到咱們數據庫bin 的目錄 而後右鍵git bash hhere 若是沒有安裝git ,就行以下操做數據庫
在git執行.sh文件。咱們須要加上而後使用 source 命令或者 \. 這個關鍵字前綴。 這種模式。登陸數據庫的信息全在腳本之中。bash