We have an asp.net site which runs on sqlserver and we want to convert this to mysql .
It is a real estate site and we have two dedicated servers that sync the db together. We are trying to move away from this solution over to word press option.
One of the servers handles incoming and outgoing feeds plus db the other is the web plus db.
We need to find a solution for rets connector which handles the incoming feeds ensure we have the sotfware set up for a mysql solution. Our current server does not handle php so we need to set up a new server with the feeds coming in and being placed into the db . The outgoing feeds would also need to be set as well
All of the above is current working on our asp.net site
Therefore we need to set up the server, merge the db into mysql and re create the incoming and out going feeds..