数据库导入txt文件(不含sql语句) 数据库导入txt文件(不含sql语句)E:\\data.txt(两个斜杠 其中一个是转义)load data local infile "E:\\data.txt" into table t_dongfang_user;