我在哪里可以找到 phpMyAdmin 中的 MySQL 日志?

2022-01-05 00:00:00 logging mysql phpmyadmin

我在哪里可以找到 phpMyAdmin 界面中 MySQL 的日志(错误、查询等)?

Where can I find the MySQL's logs (errors, queries, etc.) in the phpMyAdmin interface?

推荐答案

打开您的 PHPMyAdmin,不要选择任何数据库并查找 Binary Log 选项卡.您可以从下拉列表中选择不同的日志,然后按 GO 按钮查看它们.

Open your PHPMyAdmin, don't select any database and look for Binary Log tab . You can select different logs from a drop down list and press GO Button to view them.

相关文章