Bonjour,

Petit soucis lorsque je fais un load data voici ma requete :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
 
LOAD DATA local INFILE 'http:\//login:password@data.icecat.biz//export//freeurls//TD_mapping_rich.txt' IGNORE INTO TABLE icecat FIELDS TERMINATED BY '\t' LINES TERMINATED BY '\n' (`itemid`,`product_id`,`url`,`low_res_img`,`high_res_img`,`thumbnail_img`)
et voici la réponse de mysql :
MySQL a réponduocumentation
#2 - File 'http:/login:password@data.icecat.biz/export/freeurls/TD_mapping_rich.txt' not found (Errcode: 2)

En fait sur mon easy php il me prend bien 'http://' mais chez l'hébergeur il me prend 'http:/'

Comment faire interpréter '//' ?

Merci d'avance car on se passerais bien de ce genre de casse tête arrache cheveux.