How to show the last queries executed on MySQL?

后端 未结 10 947
感情败类
感情败类 2020-11-22 07:03

Is there any query/way to show the last queries executed on ALL servers?

10条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-11-22 07:18

    You can look at the following in linux

    cd /root
    
    ls -al
    

    vi .mysql_history It may help

提交回复
热议问题