This tutorial will demonstrate the MySQL tool explain which is a great tool offered by mysql to analzye queries for further improvement. To run the explain tool you just have to type the command EXPLAIN right before your select query and let MySQL execute it. MySQL will not execute the select query but will analyze it [...]
PlanetMySQL Voting: Vote UP / Vote DOWN