Arkadaşlar aşağıdaki 2 sorguyuda denedim 0 satır etkilendi diyor, neyi yanlış yaptım acaba?
UPDATE wp_posts SET post_content = REPLACE(post_content, 'http://', 'https://') WHERE post_content LIKE 'http://%';
UPDATE wp_posts
SET post_content = REPLACE(post_content, 'http://', 'https://')
WHERE post_content LIKE 'http://%';