I have a mysql web database that I import a text file into everyday. How can I automate this process? I currently use the "load data infile" statement to import the txt file and this works great. I am using linux redhat. I know I can use "cron" to schedule and run tasks in linux and use the batch feature of mysql, but how do I put it all together? Thanks in advance.