Get Full MySQL Query String on Insert or Update

后端 未结 8 1028
旧巷少年郎
旧巷少年郎 2020-12-13 10:16

Need help with MySQL as it\'s not really my forte. So any help is appreciated.

I have issues on my site where UPDATE or INSERT were done wi

8条回答
  •  旧巷少年郎
    2020-12-13 10:50

    I think you need to check General Query Log of your db server.

    The server ... ... logs each SQL statement received from clients. ... ... Since MySQL 5.1.6 log can be a file or a table.

提交回复
热议问题