MYSQL differs in Output from script
Pass the -t
or --table
option to force table output.
mysql --table -u dbclient -pxxxx GEKONYLOGDB -e "select now(),max(time_stamp) from metrics"
From mysql --help
:
-t, --table Output in table format.