mysql(1) -BNe
the MySQL command-line tool
--batch, -B

 Print results using tab as the column separator, with each row on a new line. With this option, mysql
 does not use the history file.

 Batch mode results in nontabular output format and escaping of special characters. Escaping may be
 disabled by using raw mode; see the description for the --raw option.
--skip-column-names, -N

 Do not write column names in results.
--execute=statement, -e statement

 Execute the statement and quit. The default output format is like that produced with --batch. See
 Section 4.2.3.1, “Using Options on the Command Line”, for some examples. With this option, mysql does
 not use the history file.
source manpages: mysql