netstability
05-25-2006, 09:11 PM
I am attempting to solve a mysql dilemma here and think a VPS could be a possible solution; I just need a bit of clarification on a few things.
1. What I need to do is have a remote mysql server "mirror" one that is local so that I can have web pages that I host retrieve information from it rather than my local machine. The information needs to sync approx every 2min, but this is only an "update" sync so it should be a minimal traffic hit.
2. I am under the impression that creating a "mirror" mirrors the entire mysql server not simply one account. This is why I am looking at a VPS as a possible solution. Am I correct in thinking that an instance of mysql within a VPS would be fully independent from any other VPS on the same machine?
3. Finally, if #2 works, is it possible on a VPS to run more than one instance of mysql so that I can have the "mirror" server as well as one for database driven sites that I host?
Thank you for any information you can provide, I realize this is a somewhat unique request.
1. What I need to do is have a remote mysql server "mirror" one that is local so that I can have web pages that I host retrieve information from it rather than my local machine. The information needs to sync approx every 2min, but this is only an "update" sync so it should be a minimal traffic hit.
2. I am under the impression that creating a "mirror" mirrors the entire mysql server not simply one account. This is why I am looking at a VPS as a possible solution. Am I correct in thinking that an instance of mysql within a VPS would be fully independent from any other VPS on the same machine?
3. Finally, if #2 works, is it possible on a VPS to run more than one instance of mysql so that I can have the "mirror" server as well as one for database driven sites that I host?
Thank you for any information you can provide, I realize this is a somewhat unique request.