Ver Mensaje Individual
  #1 (permalink)  
Antiguo 02/05/2013, 14:28
perm73
 
Fecha de Ingreso: diciembre-2012
Ubicación: Maracay
Mensajes: 25
Antigüedad: 12 años, 2 meses
Puntos: 2
No puedo importar CSV a TABLA

Hola a tod@s.
Cuando intento importar datos a una tabla me aparece el siguiente error:
-------------------------------------------
#1045 - Access denied for user 'user_554523'@'%' (using password: YES)
-------------------------------------------

La sentencia es la siguiente:
-------------------------------------------
LOAD DATA INFILE 'http://www.mipagina.com/fichero.csv'
INTO TABLE NOMBRE_DE_TABLA
FIELDS TERMINATED BY ','
LINES TERMINATED BY '\n'
(Imagenes);
--------------------------------------------

Saludos.