简体   繁体   English

在哪里可以找到有关phpmyadmin中用户更改的mysql日志

[英]Where to find mysql logs regarding user changes in phpmyadmin

I want to know, is there a log that saves all the changes made by users to a database just like in git where all the commits can be viewed by each user so that if any error occur we know who did it.If there is one how to get it? 我想知道,是否有一条日志将用户所做的所有更改保存到数据库中,就像git中一样,其中每个用户都可以查看所有提交,因此如果发生任何错误,我们就知道是谁做的。如何获得? or how to create one that will do it? 或如何创建一个可以做到的?

Problem I'm facing is that a table's data has been altered by one of the developers but there is no way to find when and who did it and also I am struggling to find all the changes that has been done to the table. 我面临的问题是,表的数据已由一位开发人员更改,但是无法找到何时何人进行数据,而且我也很难找到对表所做的所有更改。

Databases typically do not provide auditing as standard. 数据库通常不作为标准提供审核。 I typically implement it within my application. 我通常在我的应用程序中实现它。 However, for a faster result, there are some plugins for mySQL which you could try. 但是,为了获得更快的结果,您可以尝试一些适用于mySQL的插件

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM