Re: RES: How to retrieve MySQL Warning Messages

2004-06-03 Thread mysql_04
an I was using, but you could use the same method with just a few lines of the input data to see if there is an obvious error. Dan -Mensagem original- De: Mauricio Pellegrini [mailto:[EMAIL PROTECTED] Enviada em: quinta-feira, 3 de junho de 2004 13:20 Para: MySql List Assunto: How to retr

RES: How to retrieve MySQL Warning Messages

2004-06-03 Thread Renato Cramer
: MySql List Assunto: How to retrieve MySQL Warning Messages Hi, Mysql 4.018 , SuSE 8.2. I'm using LOAD DATA LOCAL INFILE "//.txt" INTO TABLE zz_zzz ; and I get the following message Query OK, 158063 rows affected (1 min 36.49 sec) Records: 158

RE: How to retrieve MySQL Warning Messages

2004-06-03 Thread Victor Pendleton
You need version 4.1.x and greater. Then issue SHOW WARNINGS after the statement that generated the warnings. -Original Message- From: Mauricio Pellegrini To: MySql List Sent: 6/3/04 11:20 AM Subject: How to retrieve MySQL Warning Messages Hi, Mysql 4.018 , SuSE 8.2. I'm

How to retrieve MySQL Warning Messages

2004-06-03 Thread Mauricio Pellegrini
Hi, Mysql 4.018 , SuSE 8.2. I'm using LOAD DATA LOCAL INFILE "//.txt" INTO TABLE zz_zzz ; and I get the following message Query OK, 158063 rows affected (1 min 36.49 sec) Records: 158063 Deleted: 0 Skipped: 0 Warnings: 158115 Nothing seems to be wrong with the