I use phpMyAdmin to import tab delimited files using this command ...
load data infile 'my/text/file/path.txt' into table myTable;
This works but will this work with a csv or comma delimted file. If not is there a specific command that would do the same.
Thanks for your help and time.