Hi, Do you know a good tool to export mysql tables to csv or excel files? It should be able to run on a Linux system, and should be able to be scheduled (cron job). I worked with EMS Mysql Export on a Windows system, this worked fine, but I can't get it to work on the Linux system. I also tried with "SELECT ... INTO OUTFILE ..." but this gives problems when there are "end-of-line" characters in the data.
Thanks, Bart