chemin_nouveau :http://barr.cristalzik.com/
update table_audio_album SET url_img_jaquette_petit=CONCAT('http://barr.cristalzik.com/stockage', SUBSTRING_INDEX(url_img_jaquette_petit,'stockage',-1));
update table_audio_album SET url_img_jaquette_grand=CONCAT('http://barr.cristalzik.com/stockage', SUBSTRING_INDEX(url_img_jaquette_grand,'stockage',-1));
update table_audio_piste SET url_son=CONCAT('http://barr.cristalzik.com/stockage', SUBSTRING_INDEX(url_son,'stockage',-1));
update table_generale_banniere SET url_img_banniere=CONCAT('http://barr.cristalzik.com/stockage', SUBSTRING_INDEX(url_img_banniere,'stockage',-1));
update table_video_film SET url_img_jaquette_petit=CONCAT('http://barr.cristalzik.com/stockage', SUBSTRING_INDEX(url_img_jaquette_petit,'stockage',-1));
update table_video_film SET url_img_jaquette_grand=CONCAT('http://barr.cristalzik.com/stockage', SUBSTRING_INDEX(url_img_jaquette_grand,'stockage',-1));
update table_video_film SET url_video_film_petit=CONCAT('http://barr.cristalzik.com/stockage', SUBSTRING_INDEX(url_video_film_petit,'stockage',-1));
update table_video_film SET url_video_film_grand=CONCAT('http://barr.cristalzik.com/stockage', SUBSTRING_INDEX(url_video_film_grand,'stockage',-1));
Fini