Squeebee's right, but let me post my opinion:
3)No, MySQL cannot be set to performs scheduled tasks, you may try a vb app, perl, etc.
Main Topics
Browse All TopicsI am running a website where I need to login and 1) download data files (.txt) from multiple websites (password protected), bring the reporting data into the database and run calculations. I need to schedule and automate this on a daily basis.
I plan to run mySQL on a windows 2000 server (for now). I am an intermediate web master (prefer GUI based tasks).
1) Can I run IIS and mySQL on the same box (ie, pentium 4 with lots of ram) servering pages that connect to the mySQL database on the same box? (< 10k users a day)?
2) Is there a straight forward way (program) that can navigate, run and extract data files from remote password protected sites and download those to a directory that can be accessed by mySQL server? is there a naming convention that is generally used?
3) Can mySQL be set to import data from files on a daily basis and run certain programs? how?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Business Accounts
Answer for Membership
by: SqueebeePosted on 2003-09-26 at 15:28:20ID: 9440001
1) I would say yes, many users have MySQL and IIS sharing the same machine without problems, but when the load eventually gets too heavy splitting the servers is a good idea.
2) SmartFTP can do scheduled downloading, it is what I use to do scheduled downloads. http://www.smartftp.com/
3) You could use scheduled tasks to run a script or a program. You could create a batch file that gets run by the task scheduler to do what you are looking to do. Or you could create a simple VB app with a timer to do the tasks at regular intervals.