phpmyadmin 접속하여
UPDATE xe_documents SET content=REPLACE(content, "http://A.com", "http://B.com")
UPDATE rx_documents SET content=REPLACE(content,"http://A.com", "http://B.com")
를 진행한다.
phpmyadmin 접속하여
UPDATE xe_documents SET content=REPLACE(content, "http://A.com", "http://B.com")
UPDATE rx_documents SET content=REPLACE(content,"http://A.com", "http://B.com")
를 진행한다.