MySQLd Logging Question/Problem

David Cary Hart fedora at tqmcube.com
Tue Aug 2 17:30:06 UTC 2005


I have been creating records from archived maillog data in batches:

        mysql> use dnsbl;
        Database changed
        
        mysql> LOAD DATA LOCAL INFILE 'discards' INTO TABLE discards;
        Query OK, 35457 rows affected, 594 warnings (0.62 sec)
        Records: 35457  Deleted: 0  Skipped: 0  Warnings: 594
        
        mysql> LOAD DATA LOCAL INFILE 'rejects' INTO TABLE rejects;
        Query OK, 93064 rows affected, 1620 warnings (1.56 sec)
        Records: 93064  Deleted: 0  Skipped: 0  Warnings: 1620

Where are these "warnings" logged? I have an empty mysqld.log.
-- 
Tired of spam? Do YOUR part: http://www.BoulderPledge.org
Our DNSRBL - Eliminate Spam: http://www.TQMcube.com/spam_trap.htm
              RBLDNSD HowTo: http://www.TQMcube.com/rbldnsd.htm
            Multi-RBL Check: http://www.TQMcube.com/rblcheck.htm




More information about the fedora-list mailing list