I’m currently coding a php website. however one of the requirement is to have it connect to two database concurrently and does the same action on the two database. so if one fail, the another will continue. Is it possible for this to work? server in php with mysql
Share
You should look into replication