Re: Loading data with a txt file

2001-05-17 Thread Siomara Pantarotto
) mysql> commit; Query OK, 0 rows affected (0.00 sec) mysql> >From: "Milan Kajnar" <[EMAIL PROTECTED]> >To: "Siomara Pantarotto" <[EMAIL PROTECTED]> >Subject: Re: Loading data with a txt file >Date: Thu, 17 May 2001 08:14:14 +0200 > >Whe

Loading data with a txt file

2001-05-15 Thread Siomara Pantarotto
Hi all, I tried to load data into a table (using a txt file) by following the example on chapter 9 (pg 9) and it did NOT work. Then I decided to include the path of the file and it worked fine. I got curious though. If you omit the path, where does mysql looks for it? I placed the file into t