mysqld crash when running this SQL query
-
Hi, I just wanted to inform you that today I tried to run a query with this plugin and then the site started to not load.
I entered via SSH the site and I found that the mysqld process was using very high CPU.The query was:
DELETE FROM wp_icl_translations, wp_term_taxonomy, wp_terms USING wp_icl_translations INNER JOIN wp_term_taxonomy INNER JOIN wp_terms WHERE wp_icl_translations.element_type = 'tax_post_tag' AND wp_icl_translations.language_code = 'en' AND wp_icl_translations.source_language_code IS NULL AND wp_icl_translations.element_id = wp_term_taxonomy.term_taxonomy_id AND wp_term_taxonomy.term_id = wp_terms.term_id;
When I run it on SSH, it worked fine immediately.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘mysqld crash when running this SQL query’ is closed to new replies.