1
可能重複:
How to execute Mysql command from a shell script?bash腳本不能讀取輸入mysql的密碼
我試圖執行使用bash腳本一個.sql
文件。但我在連接到MySQL時遇到問題。這是我到目前爲止:
#! /bin/sh
PWD="thepassword"
mysql -p -u theuser < Randomsqlfile.sql
echo $PWD
當提示密碼時,什麼也沒有填滿。
這並感謝! – Anthony