I have a scheduled import of ODBC data into a MYSQL 5 database. It was created with SQLyog.
What I would like to do once this import happens is to run a query which makes a table and then upload this table to my web server. I have the create table query created already in the form of .sql file.
Any suggestions on how I can make this all happen automatically?
Thanks,
Russ