Hello,
I am trying to come up with a way in Mysql to use a stored procedure to connect to our web database and update table in our internal database. I have php script that does it now once a day
What i would like to accomplish is sweeping our WEB DB every Five minutes to grab new leads. Is this something I can do with MySql itself? maybe a stored proc?
I dont want to have to set windows up to run jobs every five minutes is why i would like to steer away from PHP doing this task. then again maybe mysql can run the php...
thank you in advance for any help/suggestions
Michael
I am trying to come up with a way in Mysql to use a stored procedure to connect to our web database and update table in our internal database. I have php script that does it now once a day
What i would like to accomplish is sweeping our WEB DB every Five minutes to grab new leads. Is this something I can do with MySql itself? maybe a stored proc?
I dont want to have to set windows up to run jobs every five minutes is why i would like to steer away from PHP doing this task. then again maybe mysql can run the php...
thank you in advance for any help/suggestions
Michael