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.
我的问题是:我有一个应用程序,它与 MySQL-server 进行了深入讨论,我需要检查传入查询中的一些问题。
有什么好的工具可以查看服务器执行了哪些查询?很好,如果它是 MySQl 工作台中的一些 GUI。当然,我知道mysqld --log=log_file_name,但实际上直接查看文件看起来不像查看日志的套件工具。
mysqld --log=log_file_name
感谢您的提示。
你可以试试JetProfiler——我知道它会让你这样做。
如果您没有找到满足您需求的工具,您可以随时在您的应用程序中记录查询和查询错误并查看这些日志。