天天看點

mysql中使用load data指令批量資料導入

從指令行進入mysql後,輸入

load data local infile '/opt/abc.txt' into table mytbl(id,name,age);

注意點: