Warning messages, 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"


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



Reply via email to