Where can I find MySQL logs in phpMyAdmin?

前端 未结 6 1214
南笙
南笙 2020-12-13 05:59

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

6条回答
  •  独厮守ぢ
    2020-12-13 06:18

    In phpMyAdmin 4.0, you go to Status > Monitor. In there you can enable the slow query log and general log, see a live monitor, select a portion of the graph, see the related queries and analyse them.

提交回复
热议问题