PHP Development Tools that Make Money – Wordcamp Phoneix 2012
February 26th, 2012
3 comments
My Presentation Slides – https://docs.google.com/present/edit?id=0Afxsly4_lDMxZGY4azZjN3dfMTM2Y3czbjVrOTk
Categories: php
My Presentation Slides – https://docs.google.com/present/edit?id=0Afxsly4_lDMxZGY4azZjN3dfMTM2Y3czbjVrOTk
When mysql stops responding… You can usually bet on finding slow queries to be the culprit.
You can easily enable slow query logging without restarting the server.
Just run:
set global log_slow_queries = ON