From: Sanford Carr Date: April 30 1999 6:44am Subject: mysqlimport Warnings List-Archive: http://lists.mysql.com/mysql/2676 Message-Id: <199904300703.DAA16076@relay.pair.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7BIT Just did a text file import to a remote db (on which I only have read/write, not admin priveleges). Output told me I imported 1282 rows with 0 errors and 12 warnings. Is there any way to get the warnings returned to the terminal window? Here's the command line entry I used: mysqlimport -hservername -uusername -ppassword -C -v intrmdcy_db listings0599.txt Sanford Carr