I would like to display my executed SQL command history in my MYSQL Query Browser. What is the SQL statement for displaying history?
You should try this, you will get a history of queries
cat ~/.mysql_history
this will show you all MySQL commands ran on the system