mysql

Debugging MySQL Queries

If you ever work with MySQL databases before, is very probable that sometime was necessary try to discover/understand why or which queries are slow. Searching through the web I’ve found a very interesting post talking about this problem. Well, to be honest this approach is available on MySQL documentation. However, I put here a brief Debugging MySQL Queries