Digital Marketing

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

Popular posts from this blog

MySQL Sandbox with the Sakila sample database