Eduardo Oviedo Ocampo wrote:
>
> Hi everybody, i have a problem with the LOAD DATA INFILE statement and some
> questions. I´m using Mysql in a virtual Web Server , I have access to the mysql
> monitor through a Web page. I have a text file with the following data:
>
> "01","COMPUTERS"
> "0101","CD"
> "0102","HARD DISK"
> ...
>
> and i want to load this file to a mysql table. But when i type
>
> LOAD DATA INFILE 'grupos.txt' FIELDS TERMINATED BY ','
>
> and i get the next error:
>
> Access Denied
>
> What would it be?
>
> Saludos
>
> Ing. Eduardo Oviedo Ocampo
> Informática - CALCESA
> oviedooe@stripped
> oviedooe@stripped
> oviedooe@stripped
The user you connect as must have file priviliges.
--
Sasha Pachev
http://www.sashanet.com/ (home)
http://www.direct1.com/ (work)