Master Server
[mariadb] log-bin server_id=1 log-basename=master #skip-networking bind-address=192.168.1.100
- log-bin causes the server to keep a log of all changes to the databses, both data and structure, as well as how long each statement took to execute.
- The server_id is a integer 1 to 4,294,967,295.