Quick Multi MySQL Server Installation with Master-Master Replication on Same Windows Box
This article is a brief step-by-step tutorial on the subject task which is divided into the following main parts: Installing two MySQL Server Instances Setting up master-slave replication Setting up slave-master replication Let’s begin covering those points… Installing Two MySQL Server Instances on Windows: 1. Install MySQL: Download MySQL Binaries from dev.mysql.com. Install normal MSI Package of mysql. (I used: mysql-essential-5.0.83-win32). * Following MSI Installation is quite easy, proceed and finish the installation. This server will be installed on default 3306 port with all windows default settings. 2. Register/Install another MySQL instance: To have two servers we make sure to...