I've been working with Microsoft SQL Server with many years now but have only just recently started to use MySQL with my web applications, and I'm hungry for knowledge.
To continue with the long line of "hidden feature" questions, I would like to know any hidden or handy features of MySQL which will hopefully improve my knowledge of this open source database.
A command to find out who is doing what:
And you can kill a process with:
During my benchmarks with large datasets and DATETIME fields, it's always slower to do this query:
Than this approach: