Hello.


Check that your MySQL installation was compiled with debug support:

 mysqld --help

If the --debug flag is listed with the options then you have debugging 

enabled. 

  mysqladmin ver 

also lists the mysqld version as mysql ... --debug  in this case.





>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<user>

> -p<password> --local <database> <import_file>

> 

> 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

 "Settles, Aaron" <[EMAIL PROTECTED]> wrote:



-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.NET http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Gleb Paharenko
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.NET
       <___/   www.mysql.com




-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to