HEX
Server: Apache/2.2.15 (CentOS)
System: Linux ip-10-0-2-146.eu-west-1.compute.internal 2.6.32-754.35.1.el6.centos.plus.x86_64 #1 SMP Sat Nov 7 11:33:42 UTC 2020 x86_64
User: root (0)
PHP: 5.6.40
Disabled: NONE
Upload Files
File: /www/exchange2/sql/archive/remove_r_blog.sql
UPDATE wp_term_taxonomy SET 
    description=REPLACE(description,"®",""),
    description=REPLACE(description,"®","");

UPDATE wp_posts SET 
    post_content=REPLACE(post_content,"®",""),
    post_content=REPLACE(post_content,"®",""),
    post_title=REPLACE(post_title,"®",""),
    post_title=REPLACE(post_title,"®","");

UPDATE wp_zem_rp_tags SET 
    label=REPLACE(label,"®",""),
    label=REPLACE(label,"®","");
    

UPDATE `wp_options` SET `option_value`='Official Blog for Credebt Exchange' WHERE `option_id`=3 LIMIT 1;
UPDATE `wp_options` SET `option_value`='Credebt Exchange Blog' WHERE `option_id`=2 LIMIT 1;