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.
有没有办法找出或记录客户端应用程序向 phpMyAdmin 数据库发送的查询类型?
非常感谢提前
phpmyadmin 确实提供了简短的历史。如果您单击“phpmyadmin”徽标下方的“sql”图标,它将打开一个新窗口。在新窗口中,只需单击“历史记录”选项卡。
这会给你最后二十个左右的 sql 操作。