
27/12/2006, 05:34
|
| | Fecha de Ingreso: mayo-2005
Mensajes: 36
Antigüedad: 19 años, 9 meses Puntos: 0 | |
Importación de fichero de texto Tengo una BD creada en mi servidor web, y mediante phpMyAdmin intento importar un fichero de texto guardado en C:\ con nombre prueba.txt en la tabla articulo ejecutando la siguientes sentencias:
LOAD DATA LOCAL INFILE 'c:\prueba.txt' INTO TABLE articulo,
LOAD DATA LOCAL INFILE 'prueba.txt' INTO TABLE articulo,
LOAD DATA LOCAL INFILE 'c:/prueba.txt' INTO TABLE articulo;
Dandome el siguiente error:
#1148 - The used command is not allowed with this MySQL version
¿Alguien me puede ayudar? Gracias |