...
Make sure the daemon starts at boot time:
No Format |
---|
# chkconfig mysqld on
|
We use master/slave replication, where all queries go against one MySQL master server (e.g. idp-cams-1), while the other server (e.g. idp-cams-2) operates in slave mode, i.e. with updates to the master replicated to the slave. Set up the master server first, before setting up replication.
...