Mega Code Archive

 
Categories / MySQL / Command Mysql
 

Database directories are located directly under the data directory

LOAD DATA INFILE 'mytbl.txt' INTO TABLE mytbl; LOAD DATA INFILE 'yourFolder/mytbl.txt' INTO TABLE mytbl;