At 10:11 -0700 10/8/05, Bruce Ferrell wrote:
Hi All,

I'm bulkloading my instance and I'm getting a return message at the end of the load like this:

mysql> \. vm_load.txt
Query OK, 164 rows affected, 113 warnings (0.01 sec)
Records: 164  Duplicates: 0  Warnings: 113

When I load the data line by line, I get no warnings.

How can I see what is going wrong?

SHOW WARNINGS

immediately after your LOAD DATA statement.

Requires 4.1 or higher.

http://dev.mysql.com/doc/mysql/en/show-warnings.html

--
Paul DuBois, MySQL Documentation Team
Madison, Wisconsin, USA
MySQL AB, www.mysql.com

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

Reply via email to