Sqlldr is not detailed here.
I usually write data to Oracle and suddenly think of MySQL? Is there any plug-in similar to sqlldr?
I did not find the plug-in, but the MySQL operation is relatively simple. Just import the file directly on the command line.
Mysql-uusername-ppasswd-e "command; command"
References:
1,Shell to operate MySQL
Http://blog.csdn.net/hbcui1984/article/details/5125387
2. Example http://bbs.chinaunix.net/thread-360349-1-1.html
Http://www.blogjava.net/Skynet/archive/2009/10/23/299458.html
3. Leakage of csdn passwords to peat the performance of major databases
Http://tech.it168.com/a2011/1227/1294/000001294604.shtml
Oralce provides the sqlldr tool, MySQL provides the load data command, and dm7 provides the dmfldr Tool, Dmfldr and sqlldr tools feel similar in use, MySQL provides load
Data is used as an SQL command. MySQL import is relatively simple. You can directly execute it on the MySQL command line without using the CTRL file.
MySQL > Load
Data Local Infile " D:/csdn/www.csdn.net. SQL " Into
Table csdn Fields
Terminated'#';