[워드프레스] 도메인 변경 후 이미지 깨질 떄 By leegiseong2022년 2월 20일Tip (꿀팁) 해당 데이터베이스 접속 후 해당 쿼리 UPDATE wp_posts SET guid = replace(guid, '전도메인', '현재도메인'); UPDATE wp_posts SET post_content = replace(post_content, '전도메인', '현재도메인'); UPDATE wp_postmeta SET meta_value = replace(meta_value, '전도메인', '현재도메인');