WL#13038: Make mysql command line tool's --binary-as-hex be on by default for interactive terminals

Affects: Server-8.0   —   Status: Complete

mysql command line asks the server to convert all the data it receives to text
so it can display them. But for some data the conversion spawns binary strings 
that might contain non-printable symbols. These can garble certain terminals.
mysql does certain things differently when run in interactive mode on a terminal. 
 The proposal here is to make it turn --binary-as-hex on in that case too.