Server infrastructure:
I'm having a centos server running nginx + wordpress + mysql.
Problem:
mysql frequently getting shutodown and wordpress showing the "cannot connect to database" alerts.
Problem found:
Seems the problem was due to innodb_buffer_pool size.
Analysis:
After checking logs and reading about the buffer pool, i understood that if i'm using mixed storage engines ( myISAM and innodb). Indeed, its true that i have been using the both engines.
Questions:
- How to find if mysql buffer's contending each other during working?
- If possible to find using some methodology, can it be automated by sending email/sms?