From: gerald_clark Date: June 22 2004 4:44pm Subject: Re: Newby to loading List-Archive: http://lists.mysql.com/mysql/167724 Message-Id: <40D861D8.3000202@suppliersystems.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Victor Pendleton wrote: >load data infile '' into table helpdeskgrouptotal; > >-----Original Message----- >From: Chris Stevenson >To: mysql@stripped >Sent: 6/22/04 9:58 AM >Subject: Newby to loading > >I'm trying to load ACD call data into a table for the first time. I've >saved my data file as a text file on my root directory (win xp c:\) > > > >When I try to run: > > > >LOAD DATA INFILE '/GRPO617' > > LOAD DATA INFILE 'C:/GRPO617' >INTO TABLE helpdeskgrouptotal; > > > >I get the following error in mysql control center: > > > >[Chris Stevenson] ERROR 1105: File '\GRPO617' not found (Errcode: 2) > > > >Have a great day and thanks in advance for any assistance! > > > >Chris Stevenson > >Call Center Manager > >The American Board of Family Practice > > > > > >