Re: Problem using debug switch with mysqlimport

2004-12-08 Thread Settles, Aaron
Sure enough... I just installed the latest 4.1 linux binaries, I didn't
realize that the server itself had to be compiled with the debug enabled
(although now that I realize that it makes complete sense).  It would be
nice if the documentation for mysqlimport would at least make note of this.
Thanks for the response.


Problem using debug switch with mysqlimport

2004-12-06 Thread Settles, Aaron
I'm trying to utilize the debug switch with mysqlimport so that I can figure
out why I'm getting errors on the data I'm importing, but I have yet to
figure out a way to do this.  I've tried to read the sparse documentation
concerning this feature and no debug file is ever produced.  I've tried
using it as indicated by the mysqlimport --help documentation such as:

 /usr/local/mysql/bin/mysqlimport --debug=d:t:o,mysql.dbg -u
-p --local  

As well as many variations of this.  I've been unable to locate through
Google or anything else anyone who has successfully utilized this feature.
Does anyone out there have any input?

Thanks.

Aaron