Hey Guys,
I'm stuck on this problem and hoping somebody can give me a step into the good direction on it.
First i'll try to give you all a view on the situation
Mysql Server1 (lets call him Webserver)
Mysql Server2 (lets call that one LocalHost)
Now i'm working with Navicat so that's my gui for doing this
In my LocalHost i have a Table called stuff_to_update with 3 colum's (number, stock, BO )
On my webserver i have a Table called article with the same colum's (and some more)
My goal is to make 1 Query that connect's to both the servers (remember navicat) and that update's both the stock and the BO value on the webserver linking the 2 on the number value (unique key).
So far i can't get navicat to connect in the query builder to table's in 2 different server nor am i shure that a simple UPDATE will do the job.
All help would be appriciated and if somebody knows another program that could do this (and that can be sheduled, the query has to run 4 times every hour) it would make my day.
Tnx already for the feedback !!
Adam
I'm stuck on this problem and hoping somebody can give me a step into the good direction on it.
First i'll try to give you all a view on the situation
Mysql Server1 (lets call him Webserver)
Mysql Server2 (lets call that one LocalHost)
Now i'm working with Navicat so that's my gui for doing this
In my LocalHost i have a Table called stuff_to_update with 3 colum's (number, stock, BO )
On my webserver i have a Table called article with the same colum's (and some more)
My goal is to make 1 Query that connect's to both the servers (remember navicat) and that update's both the stock and the BO value on the webserver linking the 2 on the number value (unique key).
So far i can't get navicat to connect in the query builder to table's in 2 different server nor am i shure that a simple UPDATE will do the job.
All help would be appriciated and if somebody knows another program that could do this (and that can be sheduled, the query has to run 4 times every hour) it would make my day.
Tnx already for the feedback !!
Adam