First: a great and healthy 2010 for all you, out there
Second: my question seems fairly easy to some of you. Please bare with me, since I am not an expert on MySQL or any other db for that matter...
Situation: I created a new website and started out with phpBB3 (out of the box).
After a few small mods and changes I decided to move the forum to a sub-domain (from http://www.BlaBla.com to http://forum.BlaBla.com). This is working great.
Problem: since the move, there are several links in users postings, where they linked back to another thread (ergo: http://www.BlaBla.com/Link...). I want to change this, with a SQL statement, to http://forum.BlaBla.com/Link...
I do not know which tables to touch and how to create a decent statement.
Is there anyone who can help me out, please? I did try via all kind of Google links, but I did not succeed (my tries ended all in an error (wrong statement)).
Please keep in mind that not only a link is directly in several postings, but also embedded in their text (used the code).
TIA!