Re: MySQL Warning Messages - Continued..

2004-06-03 Thread Mauricio Pellegrini
Yes, you were right! After reading your mail, counted the columns in my .txt file and discovered that there was a missing one. I've just added the column, issued a LOAD DATA... and the result was Zero warnings this time. Thanks a lot. Mauricio On Thu, 2004-06-03 at 09:59, Michael Stassen wro

Re: MySQL Warning Messages - Continued..

2004-06-03 Thread Michael Stassen
I believe this means mysql found fewer columns in each row of your infile than are defined in your table. Michael Mauricio Pellegrini wrote: Hi again, Thanks to all your kind answers, I've found the Warning Text is as Follows Warning|1260|Record count is fewer than the column cou

MySQL Warning Messages - Continued..

2004-06-03 Thread Mauricio Pellegrini
Hi again, Thanks to all your kind answers, I've found the Warning Text is as Follows Warning|1260|Record count is fewer than the column count at row 1 Warning|1260|Record count is fewer than the column count at row 2 Warning|1260|Record count is fewer than the column coun