I have exported an MS SQL 7 database into a text file. It is seperated by a newline and fields are by commas. What would be the easiest way to import this into MySQL. I have already created the table that I want to import this into. Thanks
The easiest way by far is by downloading phpmyadmin from www.phpwizard.net and doing a csv import via your browser.
rgds, scott d~