Group Replication Setup in MySQL

Group Replication in MySQL: MySQL Group Replication and how to install, configure and monitor groups. MySQL Group Replication enables you to create elastic, highly-available, fault-tolerant replication topologies. MySQL Group Replication is a MySQL Server plugin that provides distributed state machine replication with strong coordination between… Read More

Multiple Resources in Chef

Multiple Resources in Chef Dear Readers, In this article,we will see Multiple Resources in Chef. we can create multiple resource at once and convert the code to infrastructure in nodes. I am going to install multiple packages,create multiple file and directories,groups and users in 2 nodes by… Read More