SQL command to display history of queries Ask Question

SQL command to display history of queries Ask Question

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

ベストアンサー1

try

 cat ~/.mysql_history

this will show you all mysql commands ran on the system

おすすめ記事