Is there a way to change(replace) a text in all my entries in MT4?
I want to change www.boomdijk.nl/Mt in www.boomdijk.nl/mt!
How do i do this?
Reported on Movable Type 4.2
Is there a way to change(replace) a text in all my entries in MT4?
I want to change www.boomdijk.nl/Mt in www.boomdijk.nl/mt!
How do i do this?
Reported on Movable Type 4.2
Dump your database, open the SQL in a text editor, do a search and replace, and feed that SQL back to your database through either a command line tool like mysql's client or phpMyAdmin.