Hey All,
I need to export my data to a carat(^) delimited text file for importing into another mysql database. If you could give me some clues as where to start it would be most helpful.
Thanks
| SitePoint Sponsor |

Hey All,
I need to export my data to a carat(^) delimited text file for importing into another mysql database. If you could give me some clues as where to start it would be most helpful.
Thanks
><


You could try phpMyAdmin and export the data.


Wouldn't mysqldump be less painful - it's a standard way of doing this and it exports straight SQL for you.Originally Posted by IznSe7en
Bookmarks