LOAD DATA assumes the table is located in the current database unless you specify the database name explicitly. : mysqlimport « Command MySQL « SQL / MySQL
- SQL / MySQL
- Command MySQL
- mysqlimport
LOAD DATA assumes the table is located in the current database unless you specify the database name explicitly.
% mysqlimport --local myDatabase mytbl.txt
Related examples in the same category