I need to execute an cleaning operation on my mysql databases,
I have 140 wordpress databases under the same connection.
I have ~30 forbidden words.
I need to query all wp-post tables post-content columns find these 30 words,
and remove the rows that include one of these words.
I must do it on each databases at once!