I am looking for how to create a cron job that will take a local .sql file and import it into a local DB. Suggestions?? Thanks
It's possible. Create a php file with the mysql query to import the .sql file to your desire DB. And setup a cron to run that php file at the time you want.. -- joseph
That sounds good to me... Now all Ive got to do is figure out how to do that. Anyone have suggestions?