Přidejte -B
příznak na mysql
.
mysql -B -u username -ppassword \
--disable-column-names \
--execute "select name from mydb.test"
-B, --batch: Print results in nontabular output format.
--execute: Execute the statement and quit.
Všimněte si, že -B
/--batch
také povolí --silent
přepínač.