Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个正在处理的代码。而且它的巨大真的很大。有没有办法通过我的 php 代码的哪一行来理解特定的 mysql 表已被更改?
@user1413647 您的问题似乎含糊不清!为了检查数据库进程,你应该在你的 php 代码中查找查询语句。
如果你想知道你的代码在哪里改变了你的数据库,你必须通读你的代码——即使它很大。没有替代品。
您可以通过扫描提及您关注的数据库名称或表名称或列名称(如果您有特定信息)的代码来加速该过程。