-B
जोड़ें 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.
ध्यान दें कि -B
/--batch
--silent
. को भी सक्षम करता है स्विच करें।