Dear All,
I'm new to MySQL. I'm setting up a RADIUS server for AAA operations purpose with PHP & MySQL. Servers (RADIUS & MySQL) will be placed on remote location. All works well till this point. But, what I want to do is build another RADIUS server to as backup. In case of communication failure due to any reason, users can be authenticated using alternate server. That requires data sync between both DBs in real time.
Is it possible to sync two remote MySQL servers in real time for backup/load balancing. And after failure recovery, data changes made on other server are update on this server too.
I hope, I was able to make you guys understand what I'm up to.
Thank you,
Rahul makhija
I'm new to MySQL. I'm setting up a RADIUS server for AAA operations purpose with PHP & MySQL. Servers (RADIUS & MySQL) will be placed on remote location. All works well till this point. But, what I want to do is build another RADIUS server to as backup. In case of communication failure due to any reason, users can be authenticated using alternate server. That requires data sync between both DBs in real time.
Is it possible to sync two remote MySQL servers in real time for backup/load balancing. And after failure recovery, data changes made on other server are update on this server too.
I hope, I was able to make you guys understand what I'm up to.
Thank you,
Rahul makhija