A pain replying to digest in digest mode, change mode to normal


Warning messages, as from a mysqlimport command, where are they to be found?



Part of the construct from a cron job script file run at the command line interface

$ /usr/local/bin/mysqlimport -v -l --fields-terminated-by="|" --local fisheries -L -u administr -p******** $CRONBASE/trawler.tmp
Connecting to localhost
Selecting database fisheries
Locking tables for write
Loading data from LOCAL file: /usr/local/trawler.tmp into trawler
fisheries.trawler: Records: 1 Deleted: 0 Skipped: 1 Warnings: 5
Disconnecting from localhost
$



But where are the "Warnings"


------------------------------------------------------------------------ A reply; ========

 Hello.
 Try increasing the verbosity level, for example, with -vv or -vvv.


Increased level with -v -v -v (that appears to be the req'd. syntax) ==> same results, 5 warnings which I can't find and "skipped" operation


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



Reply via email to