Whats the command/tool for linux mysql to take a text file (1k-4gig) that has setup data and load it into a mysql table.
ex:
Text file names.txt has a name per line, seperated by newline etc, and it needs to be loaded into a table with only one cell. One name line per row.
Whats that command/tool to do this? I seem to be glazing over it or something, as I havn't found it yet.
Any help, or pointed direction to a doc page about the command/tool would be helpful.
Thanks.