Re: Änderung aller URLs in den Postings möglich?
Verfasst: 08.02.2011 13:43
Hallo
Versuchs mal so
Grüße: Mahony
Versuchs mal so
Code: Alles auswählen
UPDATE phpbb_posts
SET post_text = REPLACE(post_text, 'http://www.aan24.de/forum-pics', 'http://www.aan-forum.de/aan24/forum-pics')
WHERE post_text LIKE '%http://www.aan24.de/forum-pics%'