Hi ,
I need to transfer data in an MySQL file to comma seperated text file.
I have used a utility called SQLYog which helps me to do this.
But now I would like to automate this process,thus I cannot use the SQLYog.
How do I achive this.I am working on windows .Can I use the Mysqldump utility.
I need to specify the output file,the delimiter and the optional " for the character datatype.
Please help me out here.
micky