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.