- Mastering phpMyAdmin 3.4 for Effective MySQL Management
- Marc Delisle
- 93字
- 2021-08-20 15:55:26
Profiling queries
Profiling support has been added in the MySQL versions 5.0.37 and 5.1.28. We have previously seen the Profiling checkbox appear in query results.
When this box is checked, phpMyAdmin will analyze every query (including the current one), and a report about the execution time of each MySQL internal operation is displayed as shown in the following screenshot:

Although the profiling system can report additional information about operations (such as the CPU time, and even the internal server's function names), phpMyAdmin currently displays only the name of the operation and its duration.
推薦閱讀
- Vue.js設計與實現
- Getting Started with React
- Python自然語言處理實戰:核心技術與算法
- Mastering phpMyAdmin 3.4 for Effective MySQL Management
- Unity 2020 Mobile Game Development
- Mastering Natural Language Processing with Python
- Java入門很輕松(微課超值版)
- 羅克韋爾ControlLogix系統應用技術
- Python高級編程
- MySQL數據庫管理與開發(慕課版)
- Symfony2 Essentials
- 零基礎輕松學SQL Server 2016
- Multithreading in C# 5.0 Cookbook
- Scala編程實戰
- Drupal 8 Development Cookbook(Second Edition)