Hi allAs the title says, do you use Node with MySQL Group Replication?I'm wondering what's the best way to go about this - something like this? https://ift.tt/2EMED2N concern is I usually connect to MySQL like this:var con = mysql.createConnection({ host: MYSQL_SERVER_IP, So what happens if that server goes down? How can I automatically start writing/reading/etc. from one of the other servers?Thanks for your advice.
Submitted October 27, 2018 at 08:14AM by stiofan_io
No comments:
Post a Comment