Is there a way to view past mysql queries with phpmyadmin?

前端 未结 13 733
北恋
北恋 2020-12-24 04:32

I\'m trying to track down a bug that\'s deleting rows in a mysql table.

For the life of me I can\'t track it down in my PHP code, so I\'d

相关标签:
13条回答
  • 2020-12-24 05:01

    There is a Console tab at the bottom of the SQL (query) screen. By default it is not expanded, but once clicked on it should expose tabs for Options, History and Clear. Click on history.

    The Query history length is set from within Page Related Settings which found by clicking on the gear wheel at the top right of screen.

    This is correct for PHP version 4.5.1-1

    0 讨论(0)
提交回复
热议问题