Show warnings when using mysqlimport
There is no output of warnings from mysqlimport.
You can run for example to find out. It is likely foreign key constraints etc.
mysql --login-path=goyuninfo -e "LOAD DATA LOCAL INFILE 'goyuninfo.txt' INTO TABLE goyuninfo ; SHOW WARNINGS;"
Comments
Post a Comment