mirror of
https://github.com/MariaDB/server.git
synced 2025-01-30 10:31:54 +01:00
b1ab4ec4e2
- `default_client` is included already in rpl_1slave_base.cnf`, so remove it from `my.cnf` - Remove option group for `mysqld` server as and add comment how to override specific settings for specific server - Reviewer: <brandon.nesterenko@mariadb.com>
8 lines
443 B
INI
8 lines
443 B
INI
# Use settings from rpl_1slave_base.cnf
|
|
# add setting to connect the slave to the master by default
|
|
!include rpl_1slave_base.cnf
|
|
# Override specific server settings using [mariadb-x.y] option group
|
|
# from `test.cnf` file right after including this file.
|
|
# E.g. after !include ../my.cnf, in your `test.cnf`, specify your configuration
|
|
# in option group e.g [mysqld.x], so that number `x` corresponds to the number
|
|
# in the rpl server topology.
|