mysql> load data infile ‘/mnt/everyone/wordlist.txt’ into table words fields terminated by ‘\r’;
where the table is called words and has a field called word
mysql> load data infile ‘/mnt/everyone/wordlist.txt’ into table words fields terminated by ‘\r’;