I  imported the data  of the table  using  mysqlimport.

I  used  the  following  command line.

$ mysqlimport -ukawabe -paaa -h192.168.1.92 --local kawabe 
"C:\index_test.txt"
kawabe.index_test:

Records: 4  Deleted: 0  Skipped: 4  Warnings: 2

I want  to show  the contents  of  warning ,so  I  executed  the following:

$ mysql -ukawabe -paaa -h192.168.1.92 -e "show warnings;"

But  I cannot  show the contents  of  warning .

If  I  use  "LOAD DATA INFILE・・・"  I can  show.
For  mysqlimport   How  can I  show? 

Reply via email to