MySQL中使用load data命令实现数据导入的方法 使用方式如下:mysql>loaddatalocalinfile"D:/ab.txt"intotablemytbl(name,age);使用上述的命令就可以将D: 数据导入