I have a text file with column delimter as '/t' and row delimter as '/n'.
I used following command to import that text file into mysql DB.
C:\WINNT\mysql\bin>mysqlimport -C -f --debug='d:t,debug.txt' -d --fields-termi
nated-by='\t' --lines-terminated-by='\n' -v --local example "c:\winnt\mysql\text
s\CEIDMTL.tab"
But command is unsucessful. And giving the following output.
Connecting to localhost
Selecting database example
Deleting the old data from table ceidmtl
Loading data from LOCAL file: c:/winnt/mysql/texts/CEIDMTL.tab into ceidmtl
example.ceidmtl: Records: 1 Deleted: 0 Skipped: 0 Warnings: 18
Disconnecting from localhost
Where does i do wrong. More over i could not see the detailed messege of warning. How could i see the detailed messege of warnings?
I used following command to import that text file into mysql DB.
C:\WINNT\mysql\bin>mysqlimport -C -f --debug='d:t,debug.txt' -d --fields-termi
nated-by='\t' --lines-terminated-by='\n' -v --local example "c:\winnt\mysql\text
s\CEIDMTL.tab"
But command is unsucessful. And giving the following output.
Connecting to localhost
Selecting database example
Deleting the old data from table ceidmtl
Loading data from LOCAL file: c:/winnt/mysql/texts/CEIDMTL.tab into ceidmtl
example.ceidmtl: Records: 1 Deleted: 0 Skipped: 0 Warnings: 18
Disconnecting from localhost
Where does i do wrong. More over i could not see the detailed messege of warning. How could i see the detailed messege of warnings?