Paul DuBois wrote:
> At 10:11 -0700 10/8/05, Bruce Ferrell wrote:
>
>> Hi All,
>>
>> I'm bulkloading my instance and I'm getting a return message at the
>> end of the load like this:
>>
>> mysql> \. vm_load.txt
>> Query OK, 164 rows affected, 113 warnings (0.01 sec)
>> Records: 164 Duplicates: 0 Warnings: 113
>>
>> When I load the data line by line, I get no warnings.
>>
>> How can I see what is going wrong?
>
>
> SHOW WARNINGS
>
> immediately after your LOAD DATA statement.
>
> Requires 4.1 or higher.
>
> http://dev.mysql.com/doc/mysql/en/show-warnings.html
>
Thanks that got me where I need to be
All hail St Paul!!!