0

I'm in the need of last query executed time in mysql/sql/pgsql using query ... How can I get it?

mreaevnia
  • 578
  • 2
  • 6
  • 15

1 Answers1

1

MySql generates a log of logs including query log. Take a look here for details where the log is located and how to configure it. Now you can open the file and find any query including the last one.

AlexR
  • 114,158
  • 16
  • 130
  • 208