I want to write a wrapper script around the mysql cli client. So I can construct the mysql cli flags to be used based on some logic. 
my question is:
How would I execute the mysql client so that the user can interact with it. (stdout,stdin forwarded etc)?
 
     
    