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

前端 未结 13 734
北恋
北恋 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 04:39

    you can run your past mysql with run /PATH_PAST_MYSQL/bin/mysqld.exe

    it run your last mysql and you can see it in phpmyadmin and other section of your system.

    notice: stop your current mysql version.

    S F My English.

提交回复
热议问题