[thelist] mysqlimport debug file location?

Anthony Baratta Anthony at Baratta.com
Thu May 25 00:12:07 CDT 2006


Canfield, Joel wrote:
> For the life of me, I can't find the debug file this ought to be
> creating. I'd like to find out what the warnings are, and see if I can
> sort out why the new records aren't being added to the table.
> 
> C:\Program Files\MySQL\MySQL Server 4.1\bin>mysqlimport --ignore
> --verbose --debug='d:t:o:ag
> entlogin.log' --user=root --password=rootpw cdrdb agentlogin

Looks like a slight error in your command line. According to what I've 
read you need a comma after the "o".

--debug='d:t:o,agentlogin.log'

http://dev.mysql.com/doc/refman/5.0/en/the-dbug-package.html





More information about the thelist mailing list