php - Dual database for redundancy in MySQL -


i'm coding php website. 1 of requirement have connect 2 database concurrently , same action on 2 database. if 1 fail, continue. possible work? server in php mysql

you should replication


Comments

Popular posts from this blog

sql - text truncated using perl DBI insert -

c++ - Is it possible to compile a VST on linux? -

php - Pass object by reference or value -