Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in SQL by (2.6k points)

I would like to display my executed SQL command history in my MYSQL Query Browser. What is the SQL statement for displaying history?

1 Answer

0 votes
by (7.2k points)
edited by

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

Check out our SQL Course to have a complete grip on SQL concepts.

Related questions

+1 vote
1 answer
asked Oct 14, 2019 in SQL by chandra (29.3k points)
0 votes
1 answer

Browse Categories

...