# List information about the the connection, etc. 

select connection_id(), 
       current_user(), 
       found_rows(), 
       last_insert_id(), 
       row_count(), 
       schema(), 
       user(), 
       version()