Database Utilities

Database utilities is a robust database tools or features to assist database developers increase the productivity and functionality of various of database platform


MySQL Visual Explain - Hierarchical View of Query Execution Plan

EXPLAIN statement is used to obtain information about how MySQL executes a SELECT statement to check whether indexes are being used properly, and what kind of join is being performed. EXPLAIN output can sometimes be very hard to understand when it comes to long and complex queries.
Here comes MySQL Visual Explain, a command-line tool that […]

Previous Stories