Quote Originally Posted by tripleA
However, I had a lot of problems with the format in which I was to save the file. Finally, I settled with excel/csv. I had to reject the PHPmyadmin default of separating fields with semicolom and I instead used comma.
All I did was export it as an sql file, which is actually just a text file.
Then all you need to do is put in the new stuff and import it.