Sinon, serait il possible de faire un :
UPDATE la_table
SET le_champ= REPLACE (le_champ,'www.cercledeleveil.com','www.cercledeleveil.fr');
ce sur tous les champs qui vont bien
Je ne connais pas SMF, mais je penserais pour un
UPDATE smf_topics
SET topic_data = REPLACE ( topic_data,'www.cercledeleveil.com','www.cercledeleveil.fr');
et peut être un
UPDATE smf_topics
SET topic_html = REPLACE ( topic_html,'www.cercledeleveil.com','www.cercledeleveil.fr');
(peut etre plutot smf_posts plutot que topics)
merci ^^