| List: | General Discussion | « Previous MessageNext Message » | |
| From: | Paul DuBois | Date: | May 23 1999 12:41am |
| Subject: | Re: Lots of Help Please | ||
| View as plain text | |||
At 4:40 PM -0600 5/22/1999, Sean wrote: >Hi again, > >Well that didn't work here is the telnet response: > >mysql> LOAD DATA LOCAL INFILE 'pet.txt' INTO TABLE pet > -> FIELDS TERMINATED BY ',' ENCLOSED BY '"' > -> LINES TERMINATED BY '\n'; >ERROR 1064: parse error near 'LOCAL INFILE 'pet.txt' INTO TABLE pet >FIELDS TERMINATED BY ',' ENCLOSED BY '"' ' at line 1 >mysql> > >It appears that LOCAL is causing the parse error but I can't see what I am >doing wrong with it. Any ideas? Your version of MySQL might be too old. LOCAL was introduced in version 3.22.6. What version do you have? (You said 3.22 in an earlier message, try this to find the full version number mysql> SELECT VERSION(); -- Paul DuBois, paul@stripped Northern League Chronicles: http://www.snake.net/nl/
| Thread | ||
|---|---|---|
| • Lots of Help Please | sean | 22 May |
| • Lots of Help Please | Michael Widenius | 28 May |
| • Re: Lots of Help Please | Christopher R. Jones | 23 May |
| • Re: Lots of Help Please | Sean | 23 May |
| • Re: Lots of Help Please | Paul DuBois | 23 May |
| • Re: Lots of Help Please | Sean | 23 May |
| • MySQL Book soon to be published | David Viner | 25 May |
| • RE: MySQL Book soon to be published | Ben Margolin | 25 May |
| • Re: MySQL Book soon to be published | Shalendra Majmundar | 25 May |
| • MySQL Book 20% cheaper than HOREILLY | Shalendra Majmundar | 25 May |
| • Re: MySQL Book soon to be published | Justin Willoughby | 5 Jun |
| • Re: Lots of Help Please | Andrew Dunstan | 23 May |
| • Re: Lots of Help Please | Sean | 23 May |
| • Re: Lots of Help Please | Christopher R. Jones | 23 May |
| • Re: MySQL Book soon to be published | Fulko Hew | 7 Jun |
