MySQL not respond when overheaded
Posted
by
Michal Gow
on Server Fault
See other posts from Server Fault
or by Michal Gow
Published on 2012-10-11T09:15:34Z
Indexed on
2012/10/11
9:40 UTC
Read the original article
Hit count: 160
mysql
I have few Drupal 6 websites on webhosting, which causes this strange problem:
- some tables, especially Cache and Watchdog, tend to overhead,
- when overhead is bigger than some amount of kB, MySQL server is refusing connection to given Drupal database or connection is broken during query execution,
- Optimizing table (just overheaded rows) in phpMyAdmin is putting all back to normal.
But - until database is optimized, site is showing just MySQL errors, which is ugly... Where is a problem?
Thank you for any hints I could pass back to the hosting admins!
© Server Fault or respective owner