Set Up MySQL Master-Master Replication
Here we will help you to set up Master-Master replication between MySQL servers. In this setup if any changes made
Read moreHere we will help you to set up Master-Master replication between MySQL servers. In this setup if any changes made
Read moreALTER IGNORE TABLE `cdr` ADD UNIQUE(`uniqueid`)
Read moreIf you omit the ENGINE option, the default storage engine is used. Normally, this is MyISAM, but you can change it by
Read moreMYISAM: MYISAM supports Table-level Locking MyISAM designed for need of speed MyISAM does not support foreign keys hence we call
Read moreHere we will help you to setup master-slave replication between MySQL servers. Setup Details: Master Server: 10.0.10.12 Slave Server: 10.0.10.18
Read moreTo enable your system to give you the login prompt please do the following: Please login to your system using
Read moreI tried the following steps: Log in as super user or use sudo Open /etc/mysql/my.cnf using gedit Check the all
Read moreHow to Install MySQL on CentOS 6.4 su to root install mysql and mysql-server download and install all dependencies done
Read more