Re: Load local data infile problem

2003-01-09 Thread Stefan Hinz, iConnect \(Berlin\)
nnect (Berlin)" <[EMAIL PROTECTED]>; "Charles Mabbott" <[EMAIL PROTECTED]>; "'Prathmesh J. Mahidharia'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, January 09, 2003 4:37 AM Subject: Re: Load local data infile problem

Re: Re: Load local data infile problem

2003-01-09 Thread Stefan Hinz, iConnect \(Berlin\)
gt; > From the docs -- http://www.mysql.com/doc/en/LOAD_DATA.html > "If the LOCAL keyword is specified, the file is read from the client host. > If LOCAL is not specified, the file must be located on the server. (LOCAL is > available in MySQL Version 3.22.6 or later.)" > > >

Re: Load local data infile problem

2003-01-08 Thread Prathmesh J. Mahidharia
sday, January 08, 2003 9:40 AM To: Charles Mabbott; 'Prathmesh J. Mahidharia'; [EMAIL PROTECTED] Subject: Re: Load local data infile problem Charles, >> I posted the same problem a couple of days ago. LOCAL will not work >> because of a security "improvement" the MyS

Re: Load local data infile problem

2003-01-08 Thread Prathmesh J. Mahidharia
EMAIL PROTECTED]] Sent: Wednesday, January 08, 2003 9:40 AM To: Charles Mabbott; 'Prathmesh J. Mahidharia'; [EMAIL PROTECTED] Subject: Re: Load local data infile problem Charles, >> I posted the same problem a couple of days ago. LOCAL will not work >> because of a securi

Re: Load local data infile problem

2003-01-08 Thread Paul DuBois
At 18:39 +0100 1/8/03, Stefan Hinz, iConnect (Berlin) wrote: Charles, I posted the same problem a couple of days ago. LOCAL will not work because of a security "improvement" the MySQL folks applied. LOAD DATA INFILE "C:\\mysql\\fred.txt" INTO TABLE data_table; Hope this helps, but only a

RE: Load local data infile problem

2003-01-08 Thread Charles Mabbott
to kill and be killed for trivial reasons." - Bertran Russell -Original Message- From: Stefan Hinz, iConnect (Berlin) [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 07, 2003 3:59 PM To: Prathmesh J. Mahidharia; [EMAIL PROTECTED] Subject: Re: Load local data infile problem Prat

RE: Re: Load local data infile problem

2003-01-08 Thread Jennifer Goodie
t; -Original Message- From: Stefan Hinz, iConnect (Berlin) [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 08, 2003 9:40 AM To: Charles Mabbott; 'Prathmesh J. Mahidharia'; [EMAIL PROTECTED] Subject: Re: Load local data infile problem Charles, >> I posted the sa

Re: Load local data infile problem

2003-01-08 Thread Bhavin Vyas
Hi Prathmesh, What is the behaviour that you see when you try to LOAD DATA. Any messages? Regards, Bhavin. - Original Message - From: "Prathmesh J. Mahidharia" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, January 06, 2003 11:22 PM Subject: Load local data infile problem > he

Re: Load local data infile problem

2003-01-08 Thread Stefan Hinz, iConnect \(Berlin\)
lt;[EMAIL PROTECTED]> To: "'Stefan Hinz, iConnect (Berlin)'" <[EMAIL PROTECTED]>; "'Prathmesh J. Mahidharia'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, January 08, 2003 3:04 AM Subject: RE: Load local data infile problem

Re: Load local data infile problem

2003-01-07 Thread Stefan Hinz, iConnect \(Berlin\)
Prathmesh, > I have just installed mysql and am facing problems with the > Load data local infile problem. I went through the manual and did > all that was said like including the command > "--enable-local-infile" and "--local-infile[=1]", but it does not > seem to work. I posted the same pro