Charles, Friday, May 31, 2002, 10:55:20 AM, you wrote: CS> I've seen this question asked before, but I'm hoping maybe this is now CS> possible.
CS> When one does a "LOAD DATA INFILE..." or similar and get a result CS> like this: CS> Query OK, 428 rows affected (4.30 sec) CS> Records: 428 Deleted: 0 Skipped: 0 Warnings: 431 CS> ...is there any possible way to see the errors? Is there any debugging CS> that can be turned on on the server side to track these warnings? The CS> data looks good, but I'm quite curious what's going on. CS> I've seen the suggestion to do a dump and diff, but the order of the CS> records in the file I'm importing is so random, the diff is useless. Warnings are not stored anywhere. It's only an indicator of the process went. Check the manual: http://www.mysql.com/doc/L/O/LOAD_DATA.html You can find some notes about possible causes of warning there. CS> Any ideas/tips appreciated! CS> thanks, CS> Charles -- For technical support contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ ____ __ / |/ /_ __/ __/ __ \/ / Egor Egorov / /|_/ / // /\ \/ /_/ / /__ [EMAIL PROTECTED] /_/ /_/\_, /___/\___\_\___/ MySQL AB / Ensita.net <___/ www.mysql.com --------------------------------------------------------------------- Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php