Can not find a command that displays the current configuration of mysql from within the database.
I know I could look at /etc/mysql/my.cnf but that is not what I need.>
Use SHOW VARIABLES:
SHOW VARIABLES
show variables like 'version';