Quote:
Originally posted by SinSational
how many records?
if is is small, you can just do a dump with phpMyAdmin.
if big then easy way is just to make a php page that writes to a text file and then you can insert from that text in to the new table.
backup/restore php page.
|
That's a lot of unnecessary work. mysqldump is the correct way to do it.